When I set up a Reassignment property in the designer, Users and groups are reversed in the resulted XML:
Resulted XML:
<bpmn2:dataInputAssociation id="_cKo9SA7VEeu1KqH0RL850g"> <bpmn2:targetRef>_53C7B9BE-3C30-465A-A67B-2F3769A2F0C0_NotCompletedReassignInputX</bpmn2:targetRef> <bpmn2:assignment id="_cKo9SQ7VEeu1KqH0RL850g"> <bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_cKo9Sg7VEeu1KqH0RL850g"><![CDATA[[users:GroupName|groups:UserName]@[1m]]]></bpmn2:from> <bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_cKo9Sw7VEeu1KqH0RL850g">_53C7B9BE-3C30-465A-A67B-2F3769A2F0C0_NotCompletedReassignInputX</bpmn2:to> </bpmn2:assignment> </bpmn2:dataInputAssociation>
After save and reload values are displayed correctly: users in user field and groups in group field.
- duplicates
-
RHPAM-3244 Human Task Reassignment fails with the error "Unexpected error during processing: Organizational entity already exists with [UserImpl:'test'] id, please check that there is no group and user with same id "
- Closed