Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SplitAndJoinPlugin - new function subprocess_sync #830

Closed
rsoika opened this issue Jun 5, 2023 · 0 comments
Closed

SplitAndJoinPlugin - new function subprocess_sync #830

rsoika opened this issue Jun 5, 2023 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Jun 5, 2023

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

<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

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>
@rsoika rsoika added this to the 6.0.3 milestone Jun 5, 2023
rsoika added a commit that referenced this issue Jun 5, 2023
rsoika added a commit that referenced this issue Jun 5, 2023
@rsoika rsoika closed this as completed Aug 16, 2023
@rsoika rsoika reopened this Aug 17, 2023
@rsoika rsoika modified the milestones: 6.0.3, 6.0.4 Aug 17, 2023
@rsoika rsoika closed this as completed Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant