-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: workflow-cps-plugin
-
None
A step descriptor that returns true from takesImplicitBlockArgument now requires a body.
Â
The API states:
Â
Return true if this step can accept an implicit block argument. (If it can, but it is called without a block, StepContext.hasBody() will be false.)
Â
Steps should not require bodies that are implicit/optionally indicated.
Â
This was introduced in this PR
Â
(Marked as Blocker because it has explicitly broken a stated API)