cancel
Showing results for 
Search instead for 
Did you mean: 

multiple instance for calllActivity constructs

lojian
Champ in-the-making
Champ in-the-making
Hi,

I wonder whether multiple instance could inject loop variable value into called process instance?

For example,


<callActivity id="callPublisherdeploy" name="Deploy All Publishers"
   calledElement="Publisherdeploy">
   <multiInstanceLoopCharacteristics
      isSequential="true">
      <loopDataInputRef>ALLPUBLISHERS</loopDataInputRef>
      <inputDataItem name="PUBLISHER" />
   </multiInstanceLoopCharacteristics>
</callActivity>

Can multiple instance activity could set PUBLISHER as a local variable for called process instance?

Thank you very much..
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Sure, from the docs:


<multiInstanceLoopCharacteristics isSequential="false">
    <loopDataInputRef>assigneeList</loopDataInputRef>
    <inputDataItem name="assignee" />
  </multiInstanceLoopCharacteristics>

The var 'assignee' will be populated with one element from the collections
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.