Pipeline with Conditional Logic
Summary:
Wondering if anyone has been able to achieve conditional logic inside of a Pipeline? Our goal is to create an ad-hoc execution of various different data loads that all have slightly different requirements.
Right now we have a custom variable in the pipeline (custom list) that allows them to select the process they want to load. Their selection is passed to a groovy rule which goes and hits a 3rd party API to generate file in the EPM Inbox. File Operations then moves in this into the correct DM Inbox.
The last piece here is based on their selection we want to execute a specific Data Load Rule.
0