Run Logic App Workflow
Run a workflow in Azure Logic Apps using a trigger.
Category: Other
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.
{
"WorkflowName": "",
"TriggerName": "",
"ResourceGroupName": "",
"SubscriptionId": "",
"SiteName": ""
}
Variable Reference
The following variables are supported:
Consumption(Optional) - The default hosting option for a Logic App is Standard. Enable this if your Logic app is on a Consumption plan.ResourceGroupName(Required) - Name of the resource group this Logic App lives inSiteName(Required) - Name of the Logic App resource in AzureStatelessWorkflow(Optional) - Is this a stateless workflow? Note that stateless workflows do not report a run history and cannot be polled for a statusSubscriptionId(Required) - Id of the Azure subscription this Logic App lives inTriggerName(Required) - Name of the trigger that will start the workflow runWorkflowName(Required) - Name of the Logic App workflow to run