-
Notifications
You must be signed in to change notification settings - Fork 15
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 to add on transition workflow trigger #2485
Feature to add on transition workflow trigger #2485
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2485 +/- ##
===========================================
- Coverage 53.49% 52.79% -0.70%
===========================================
Files 178 178
Lines 9184 9300 +116
Branches 1319 1343 +24
===========================================
- Hits 4913 4910 -3
- Misses 4055 4172 +117
- Partials 216 218 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
} | ||
|
||
|
||
public setWorkflowStepInMetaMetadata(currentRec: any, nextStep: any) { |
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.
This is a bit nit-picky but can i suggest this method be renamed setWorkflowStepRelatedMetadata?
Its a bit of a mouthful but its more accurate than the current name as we set workflow and previousWorkflow as well as metaMetadata
No description provided.