kofucii
kofucii

Reputation: 7653

Loop task with counter using BPMN and Activiti?

How can I create a gateway that will react to a counter using BPMN 2.0? If certain task was executed N times it should pass the gateway?

Upvotes: 0

Views: 3197

Answers (1)

Nickmancol
Nickmancol

Reputation: 1044

You can check the Multi-instance (for each) task type. See section 8.5.14. of Activiti (5.17) user guide. There is a completionCondition element.

Upvotes: 1

Related Questions