Open luigiromano24 opened 8 months ago
I would like to trigger more workflows that have the same 'stage' tag. Let's pretend I have 4 workflows that have the same tag stage: prod
Currently if run dta srg evaluate --stage 'prod' only one evaluation link is printed out in the CLI (probably the last Workflow to complete).
dta srg evaluate --stage 'prod'
So I would like to propose an enhancement dta CLI tool to print all evaluation links of workflows involved in the execution:
i.e.
Evaluation Link(s): (workflow 1 name) https://<DYNATRACE_DOMAIN>.apps.dynatrace.com/ui/apps/dynatrace.site.reliability.guardian/analysis/vu9U3hXa3q0AAAABADFhcHA6ZHluYXRyY****************DA0vu9U3hXa3q0?validationId=65546bab-570c-4eee-9ee8-b320ee59cce7 (workflow 2 name) https://<DYNATRACE_DOMAIN>.apps.dynatrace.com/ui/apps/dynatrace.site.reliability.guardian/analysis/vu9U3hXa3q0AAAABADFhcHA6ZHluYXRyY****************DA0vu9U3hXa3q0?validationId=873sd6bab-570c-4hee-9ee8-b320eertgeee7
Do you think this is feasible?
Kind Regards
I would like to trigger more workflows that have the same 'stage' tag. Let's pretend I have 4 workflows that have the same tag stage: prod
Currently if run
dta srg evaluate --stage 'prod'
only one evaluation link is printed out in the CLI (probably the last Workflow to complete).So I would like to propose an enhancement dta CLI tool to print all evaluation links of workflows involved in the execution:
i.e.
Do you think this is feasible?
Kind Regards