-
Notifications
You must be signed in to change notification settings - Fork 318
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
Feature/bpmn io spec #190
Feature/bpmn io spec #190
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we're updating SPIFFWORKFLOW_MODEL_NS, we might hold on the new value before merging.
raise WorkflowDataException(my_task, data_input=self) | ||
my_task.data[self.name] = deepcopy(my_task.workflow.data[self.name]) | ||
|
||
def set(self, my_task): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it might make it more readable for some of these method names (get, set, and copy) to be longer, from my perspective.
Kudos, SonarCloud Quality Gate passed! |
This PR