Hi,
I currently have a form that has a parallel gateway going to a workflow service task and a user task.
Workflow service task:
The workflow service task calls a workflow that creates a time token of 13 hours. I then put the Delay activity to delay based on the time token. Lastly I set some variables some values. The workflow ends. -> goes back to Forms BP -> Saves form with the values assigned to the repository and then goes to an End Event.
User task:
User approves a form -> Save to repository -> Terminate End Event.
But inside the Workflow Designer Search Results, I still see the Timer workflow running. Is there any way I can end it by either Forms going back to Workflow and ending the Timer workflow by BP instance through a Workflow service task?
I can see the End Workflow activity as an option but it doesn't give me an option to end a specific workflow, just current or parent.