Hi All,I have a task that has multiple Transitions. For all the transitions, I need to add 1 CGI Task after that task to get some user input. Once the user inputs and submits the CGI, I want it to transition to the same task as before adding the CGI Task. This need to be done without asking the user in the CGI task to select the Transition. So basically instead of user selecting the transition in the CGI Task, I want him to use in the same previous task as before.This scenario will be used at few other places in the same workflow.Attaching a screenshot for the Before and After.Thanks for your helpTeamSite6.7SolarisWFM
Thanks ISCBorisB for your reply.How can I set up the Transition that was selected by the user. The "wfvarfinishop" does not allow me to set transition. so either I need to be able to know in the CGI task what was the previous transition selected by the user or in the Task after the transition happens set the Transition selected by the user. Also forgot to mention that the task before the CGI task is a user task.As to using three simple transitions to three CGI tasks, I need the same scenario for 4 tasks and each have about 3-5 transitions meaning adding 12-20 CGI Tasks instead of 1 for each task.Thanks
...I can always get the CSWorkflowEvent array...
Well, as a last fallback, I can always get the CSWorkflowEvent array and then match the corresponding task to see what the transition was, and use that value. I am just wondering if that is going to increase the execution time of the workflow.