cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

run workflow param uniqueQualifier not documented

henk_stobbe
DynaMight Leader
DynaMight Leader

Hello,

 

When triggering a workflow by API, you can use an extra parameter :

uniqueQualifier

 As this is not documented, who can explain to me where this parameter is used for?

Seems setting it prevents running the workflow?

Furure use?

 

KR Henk

2 REPLIES 2

sinisa_zubic
Dynatrace Champion
Dynatrace Champion

Hi @henk_stobbe 

the uniqueQualifier is an optional Id you can assign to a workflow execution. You can't start a workflow with an existing unique qualifier. The retention time for a workflow is 30 days. After that period you can reuse again the same unique qualifier.

I hope this made it now more clear to you.

 

Best,
Sini

ChristopherHejl
Dynatrace Advisor
Dynatrace Advisor

To expand on Sinisas answer a bit: The unqiueQualifier is a way to make sure you don't run the same workflow multiple times in case there might be multiple triggers. For example you have some sort of workflow you want to run in response to an application release but this trigger may come from different sources (different builds from different services belonging to the same app) so you might add "My app v1.2.3" as a uniqueQualifier. Now if you start the workflow again with the same qualifier (within 30 days) the Workflow will NOT start again.

Featured Posts