Can we have an AND gateway next to the start event? Workflow doesnt get initiated if i link the start event to the AND gateway, Unknown Hopi error is thrown......Kindly help me to resolve the issue
I haven't played with this in a while, but I know I've had issues in the past with using gateways as the first object in a wfm.What is it you are trying to do here that you think you need a gateway? There is likely another way it can be done.~Jeff
Clearly the trivial way to accomplish this would be to have a single start task be an external task that does nothing but transition through an AND gateway to two or more tasks that you wanted to be start tasks - but if there's a problem getting that Start "object" to point through an AND gateway in WFM it should be reported as a bug to Support.
Yeah, that's what I've always done in the past, I just have a start external task that does nothing but transition itself to the gateway.I didn't want to point that out to him though, as I wanted to see exactly what he was doing before suggesting it, as the gateway might not even be needed.If all he's trying to do is call 2 tasks, he can just link to both from the start event, which is obviously better than creating a dummy task and a gateway to accomplish the same thing.
If all he's trying to do is call 2 tasks, he can just link to both from the start event, which is obviously better than creating a dummy task and a gateway to accomplish the same thing.
It's the conceptual equivalent of having two tasks with start="t" in WFT, which wasn't allowed.
+->[Task_A][Start]->[AND]-+ +->[Task_B]
+->[Task_A][Start]-+ +->[Task_B]