Hi Pro,
Do you know whether CloverETL provide the similar functionality as the task “Decision” in Informatica PowerCenter Workflow Manager?
It means that the result of current phase running will decide which phase will be conducted for next.
E.g. The graph has 3 phases, how can we implement the business logic as below:
- if phase 1 runs successfully, then phase 2 will run accordingly and ended without executing phase 3
- if phase 1 runs into failing, afterwards phase 3 will run into the end instead of phase 2
Since I did not find the corresponding component or approach in CloverETL to meet this requirement, thus any suggestion to accomplish that business logic in graph level or workaournd will be appreciated as well.
Thanks,