How to determine if any task is running within a workflow
Hi All,
I have a complicated workflow, which starts with an external signal. The Workflow has multiple end points and Jumps.
We need to determine, if any activity is running when the External Signal receives a call, if already aby activity within the workflow is already running, then we need to wait, till all the activities and completed and process the record.
Using isRunning, as there are multiple end points, multiple combinations to reset the variable exist, which is throwing of the purpose of that. Is there any other way to determine the running of tasks for this purpose
Regards,
DG


