Reputation: 765
I've designed a complicated bpmn solution and am having trouble finding information that explains the behavior that's occurring. I could derive the behavior from testing but that could take a long time, as the tool I'm using is quite cumbersome.
Here's a picture of the diagram, in hopes that someone will be able to explain the behavior that's occurring.
What's happening is this:
I've included a few notes on the diagram to explain where it is failing. The task near the top right is never hit, and I believe consequently the final process isn't hit either. Anyone know where it's going wrong?
Upvotes: 1
Views: 3976
Reputation: 765
It turns out that the diagram above is defined how we wanted it to be. The issue turned out to be that the task which 'wasn't firing' was actually not given visibility for the type of user that we were running the workflow as. Since we couldn't see the task, we couldn't complete it, and so the final gateway was not progressing because an active branch was yet to reach it.
Doh!
Upvotes: 1