Details
-
Feature
-
Status: In Progress (View Workflow)
-
Medium
-
Resolution: Unresolved
-
None
-
None
Description
Feature
- The JS7 offers the If Instruction for workflows.
- Instead of using nested If Instructions users would like to find a Case statement that is more readable.
Case When expression Then ... When expression Then ... else .... Case-End
- When deployed the Case Instruction internally will be mapped to use of the If Instruction suggested by
JS-2134.
Attachments
Issue Links
- requires
-
JS-2134 Add Elseif branch to If Instruction
- Released