cancel
Showing results for 
Search instead for 
Did you mean: 

bpm:groupAssignees

viorel1993
Champ in-the-making
Champ in-the-making
I have to implement a workflow which a task should be assigned to many groups.How to change "parallel-review-group.bpmn20.xml" to assign a task to many groups using "bpm:groupAssignees"?Thank you in advence!
2 REPLIES 2

lementree
Champ on-the-rise
Champ on-the-rise
Hi Virol,

Can you try like below


                   <potentialOwner>
            <resourceAssignmentExpression>
              <formalExpression>${groupAssignee.properties.authorityName}</formalExpression>
            </resourceAssignmentExpression>
         </potentialOwner>
          
           <!– For each assignee, task is created –>
           <multiInstanceLoopCharacteristics isSequential="false">
                <loopDataInputRef>bpm_groupAssignees</loopDataInputRef>
                <inputDataItem name="groupAssignee" />
           </multiInstanceLoopCharacteristics>

viorel1993
Champ in-the-making
Champ in-the-making
Thank you sir for your response!I try to implement this code but I don't achieve.Can you help me with a basic example of a workflow using bpm:groupAssignees for a task?How to modify a custom model and share-workflow-form-config.xml to implement this options?Thank you in advence!
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.