-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workflow transition metadata being updated multiple times (#2655)
* fix workflow transition metadata being updated multiple times Split transition workflow triggers into pre- and post-methods. Call the transition workflow update separately to triggers. * restore method required for interface * Implemented onTransitionWorkflow for record creation Added an additional update to the metadata if postSync triggers are configured to run so that any changes to the record are persisted * Fixed order when initialising the record on create. --------- Co-authored-by: Andrew Brazzatti <[email protected]>
- Loading branch information
1 parent
b4575b1
commit ef149bf
Showing
3 changed files
with
171 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.