Question
Workflow - Skipping Tasks that have no assigned participants
- I have a workflow where there arefive parallel approvals assigned activities. Four of the assigned activities have a required participant so that those assigned activities will always be completed. The Fifth assigned activity may have a participant defined for that role. If they do not I want to skip assigned activity.
The five assigned activities get routed to an Andconnector that waits for all 5 if the vote from the assigned activities was Approve. If the vote was Rework, they go to an Or connector and go into a rework loop.
The challenge is, if the fifth assigned activity doesn't have a participant i want to specify that the Link to the And connector for that assigned activity gets fired. I'm struggling with what the correct Event would be? I have the following options available:
- Start
- Disable (tried setting this to fire but didn't work)
- Enable
- Suspend
- Resume
- Skip (tried setting this to fire but didn't work)
- Terminate
- Abort
- Reset
- Approve = Fire (if a vote is registered then it fires, that's the easy case)
- Rework
Any suggestions would be greatly appreciated.

