1

I have several smaller workflow that I need to call and I have in my parent workflow a variable that represents the name of the workflow.

Is it possible to somehow create an action to call a nested workflow but use the incoming variable as the name of the workflow?

Thanks!

larry

1 Answer 1

2

The Workflow Action requires the resource id of the workflow as a string and doesn't accept variables.

Instead, you can achieve calling workflows dynamically as follow

  1. Get the Workflow URI via ARM Action by calling the Workflow Triggers - List Callback Url API

    arm-action-get-workflow-url

  2. Use the value property returned in an HTTP Action

    call-workflow-using-http-action

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.