Here is what I need. I have given up though. Please help.
I have three (3) tasks going out in one component workflow on a parallel action. I need to append comments back to the list item, however if more than one of the tasks get actioned at the same time, the system cannot update the list item from more than one instance of the workflow at the same time doing the same action at the same time.
I thought I could use get workflow instances in a separate component workflow, but I can’t filter by workflow ID to even begin looping and comparing and putting logic to only update if it’s the 1st instance to run out of the returned results.
How can I achieve this? We desperately need more filter options for the following actions:
- get published workflows
- get tasks
- get workflow instances