Pretty straightforward question, I have a number of workflows that I have inherited and some end with enduser session, rather than workflow end.
thanks for any help.
Pretty straightforward question, I have a number of workflows that I have inherited and some end with enduser session, rather than workflow end.
thanks for any help.
Best answer by Chris Sunderland
The WorkflowEnd activity is used as the last activity in the workflow. This activity allows you to set a particular status of that workflow (Success, Failed, etc), along with a failure reason is any.
The EndUserSession is used in workflows that have “Start interactive session” turned on and is placed after all interactive activities (PopupInput, InformationalMessage, etc) have completed. If this activity is not added, then you may get a timeout error after 2 minutes of the GUI waiting for a response from the workflow engine.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.