Home
Extended ECM
API, SDK, REST and Web Services
Workflow could not start error.
unknown
Message from Jason Engel via eLink> I have an event script that runs when a workflow is started. When the> event script returns an error instead of undefined the only error message> is "could not start workflow". How can I make this return the returned> error error message?> > Thanks> > Jason
Find more posts tagged with
Comments
eLink User
Message from Daniel Couto via eLinkSet oWAPISess.fErrorMsg with the error message you want displayed.oWAPISess is obtained like this:Object oWAPISess = prgCtx.WSession ()Cheers,Daniel-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com]Sent: Thursday, September 26, 2002 12:37 AMTo: eLink RecipientSubject: Workflow could not start error.Workflow could not start error.Posted by eLink on 09/25/2002 06:36 PMMessage from Jason Engel via eLink> I have an event script that runs when a workflow is started. When the> event script returns an error instead of undefined the only error message> is "could not start workflow". How can I make this return the returned> error error message?>> Thanks>> Jason[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
eLink User
Message from Jason Engel via eLinkThanks. This is exactly what I wanted.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com]Sent: Thursday, September 26, 2002 2:25 AMTo: eLink RecipientSubject: RE Workflow could not start error.RE Workflow could not start error.Posted by eLink on 09/26/2002 04:24 AMMessage from Daniel Couto via eLinkSet oWAPISess.fErrorMsg with the error message you want displayed.oWAPISess is obtained like this:Object oWAPISess = prgCtx.WSession ()Cheers,Daniel-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com]Sent: Thursday, September 26, 2002 12:37 AMTo: eLink RecipientSubject: Workflow could not start error.Workflow could not start error.Posted by eLink on 09/25/2002 06:36 PMMessage from Jason Engel via eLink> I have an event script that runs when a workflow is started. When the> event script returns an error instead of undefined the only error message> is "could not start workflow". How can I make this return the returned> error error message?>> Thanks>> Jason[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe[To
reply to this thread, use your normal e-mail reply function.]============================================================Topic: Workflow could not start error.
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2856718&objAction=viewDiscussion
: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
eLink User
Message from Jason Engel via eLinkOne more question. A JavaScript error pops up after the workflow errormessage box. The JavaScript error is from webwork/tstartrightframe.html onlineparent.FrameTop.istedirty=false;parent.FrameTop is null or not an object. I think this is because the Workflow error box is holding up the top frameand left frame from loading. My thought to fix it is to make right framewait for the error box to be cleared be for proceeding. Any thoughts on howto fix this?Jason-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com]Sent: Thursday, September 26, 2002 8:32 AMTo: eLink RecipientSubject: RE RE Workflow could not start error.RE RE Workflow could not start error.Posted by eLink on 09/26/2002 10:32 AMMessage from Jason Engel via eLinkThanks. This is exactly what I wanted.-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com]Sent: Thursday, September 26, 2002 2:25 AMTo: eLink RecipientSubject: RE Workflow could not start error.RE Workflow could not start error.Posted by eLink on 09/26/2002 04:24 AMMessage from Daniel Couto via eLinkSet oWAPISess.fErrorMsg with the error message you want displayed.oWAPISess is obtained like this:Object oWAPISess = prgCtx.WSession ()Cheers,Daniel-----Original Message-----From: eLink Discussion: Development Discussion[mailto:development@elinkkc.opentext.com]Sent: Thursday, September 26, 2002 12:37 AMTo: eLink RecipientSubject: Workflow could not start error.Workflow could not start error.Posted by eLink on 09/25/2002 06:36 PMMessage from Jason Engel via eLink> I have an event script that runs when a workflow is started. When the> event script returns an error instead of undefined the only error message> is "could not start workflow". How can I make this return the returned> error error message?>> Thanks>> Jason[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe[To
reply to this thread, use your normal e-mail reply function.]============================================================Topic: Workflow could not start error.
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2856718&objAction=viewDiscussion
: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe[To
reply to this thread, use your normal e-mail reply function.]============================================================Topic: Workflow could not start error.
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2856718&objAction=viewDiscussion
: Development Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
Maurizio_Giglio
Hi Daniel,we tried your hint and it worked fine with our Event trigger callbacks. Now we want to diaplay a similar error message in "Custom start" callbacks. But your suggestion seems not applyed here. Do you know how to do error reporting in this case?Thank you in advanceEnrico