12 Jun 2024 12:44 PM
Sorry for the cryptic subject,
But simply stated, all components in a workflow will run. e.g. There is "no-if-then"?
So this means you must skip code in a component programmatically to mimic this.
And I assume you can stop the workflow from with the workflow? e.g. if x happens->then stop the full workflow!
KR Henk
Solved! Go to Solution.
12 Jun 2024 12:53 PM
You have control over the flow using the task conditions tab on the right. There you define what conditions must be met for the task to run and can decide to stop the workflow (technically only the branch / flow where the task sits) or simply skip over this task and continue with the next. More details and examples: Create workflows in Dynatrace Workflows - Dynatrace Docs
12 Jun 2024 01:09 PM
Hi Christopher,
I can hear you shout "RFM" (-;
Thanks!