Closed rsoika closed 1 year ago
Extend the SplitAndJoinPlugin with a new function named subprocess_sync . This function should update items based on the values from the origin workitem similar to the creation of items during the function subprocess_create
SplitAndJoinPlugin
subprocess_sync
subprocess_create
<split name="subprocess_sync"> <items>$facility|_parentfacility,(^[a-zA-Z]|^_)</items> </split>
Also Rename the config from item to split for a better separation of tag names
item
split
Old Config:
<item name="subprocess_create"> <modelversion>1.0.0</modelversion> <task>100</task> <event>10</event> <items>namTeam</items> </item>
New Config:
<split name="subprocess_create"> <modelversion>1.0.0</modelversion> <task>100</task> <event>10</event> <items>namTeam</items> </split>
Extend the
SplitAndJoinPlugin
with a new function namedsubprocess_sync
. This function should update items based on the values from the origin workitem similar to the creation of items during the functionsubprocess_create
Also Rename the config from
item
tosplit
for a better separation of tag namesOld Config:
New Config: