Facilitate if/else condition in conjuction with parameters
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 02:07 AM
The current state: I have a working workflow with 3 tasks with several parameters.
The change: I want to modify the workflow to add 4 tasks - if/else so that based on one of the parameters (call it xyz) the workflow will not proceed after 1st task.
The problem: I cannot do so as it has to be job parameters in the current state whereas the xyz is 'just' a parameter. How to overcome the issue?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 02:09 AM
The logic should be simple if the xyz parameter equals 1000 then run the other 2 tasks otherwise, do not run the rest.

