Skip to main content

Run Logic App Workflow

Run a workflow in Azure Logic Apps using a trigger.

To use this activity within the API, use an ActivityCode of LOGICAPP-WORKFLOW.

Example JSON

An example of what the Task Config would look like for a task using this activity. Some of these variables would be set at the group level to avoid duplication between tasks.

NULL

Variable Reference

The following variables are supported:

  • WorkflowName - (Required) Name of the Logic App workflow to run

  • TriggerName - (Required) Name of the trigger that will start the workflow run

  • ResourceGroupName - (Required) Name of the resource group this Logic App lives in

  • SubscriptionId - (Required) Id of the Azure subscription this Logic App lives in

  • SiteName - (Required) Name of the Logic App resource in Azure

  • Consumption - (Optional) The default hosting option for a Logic App is Standard. Enable this if your Logic app is on a Consumption plan.

  • StatelessWorkflow - (Optional) Is this a stateless workflow? Note that stateless workflows do not report a run history and cannot be polled for a status