-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
The diagram in the above section should reflect the content of the text and snippet.
Hints:
Current:
<bpmn2:userTask id="UserTask_1" name="User Task MI (parallel)"> <!-- bpmn rendering library does not accept bpmn2 namespace for multiInstanceLoopCharacteristics --> <multiInstanceLoopCharacteristics isSequential="false"> </multiInstanceLoopCharacteristics> </bpmn2:userTask>
Should be:
<bpmn2:userTask id="UserTask_1" name="Contact Customer"> <bpmn2:multiInstanceLoopCharacteristics isSequential="false"> </bpmn2:multiInstanceLoopCharacteristics> </bpmn2:userTask>