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

WorkflowKernel - do not clone the workitem instance #508

Closed
rsoika opened this issue May 8, 2019 · 0 comments
Closed

WorkflowKernel - do not clone the workitem instance #508

rsoika opened this issue May 8, 2019 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented May 8, 2019

Currently the WorkflowKernel clones the workitem before it will be processed by plugins and adapters. This blocks the possibility for a plugin to update some data and throw a pluginException. But this can be very helpful for complex input validation where a plugin want to provide an additional error context.

So in the future we will no longer do a deep copy of the workitem in the WorkflowKernel.

@rsoika rsoika added the feature label May 8, 2019
@rsoika rsoika added this to the 4.5.7 milestone May 8, 2019
rsoika added a commit that referenced this issue May 8, 2019
@rsoika rsoika closed this as completed May 25, 2019
bvfalcon pushed a commit to bvfalcon/imixs-workflow that referenced this issue Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant