01 Feb 2024 03:59 PM - last edited on 07 Feb 2024 07:44 AM by MaciejNeumann
Hi ,
I have workflow Task 1 is SRG and Task 2 is DQL. I want to pass SRG validation id received in output of Task 1 to the Task 2 i.e Execute DQL Query. How can I do this??
Please help me on this
15 Feb 2024 02:23 PM
Hello Heramb,
I think we discussed this question via email. You can access the output from a previous workflow action using an expression like this: {{result(`NAME_OF_THE_WORKFLOW_ACTION`).OUTPUT_PARAM}}
Details are provided here: https://docs.dynatrace.com/docs/platform-modules/automations/workflows/reference#result
Best Regards,
Johannes
15 Feb 2024 05:49 PM
Thanks Johannes, I am able to execute workflow using API.
But can we restrict user to execute particular workflow, we do not want any user to run execute any workflow by API, is it possible to to give such permission at workflow level????
Regards
Heramb Sawant
21 Feb 2024 03:09 PM - edited 21 Feb 2024 03:09 PM
Hello Heramb, currently it is not possible to restrict execution permissions for individual workflows. However, we're currently investing in designing a concept to handle this requirement.