Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Problem:
-------------
- In the WorkflowImpl class there are shorthand methods for obtaining the work-flow context
- To get an unchained work-flow context developers need to make a call to getWorkflowContext(null), notice the 'null' parameter
- This is not really readable, and it would be better to have another shorthand method which explicitly explains the role of such call
Solution:
-------------
- Add a shorthand method to the WorkflowImpl: getUnchainedWorkflowContext
Attachments
Issue Links
- is a part of
-
CMS-6825 Regression: Can't commit document type in new namespace
- Closed