{ "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "actions": { "Initialize_variable": { "inputs": { "variables": [ { "name": "test1", "type": "array", "value": 123 } ] }, "runAfter": {}, "type": "InitializeVariable" }, "Initialize_variable_2": { "inputs": { "variables": [ { "name": "test12", "type": "array", "value": 124 } ] }, "runAfter": { "Initialize_variable": [ "Succeeded", "FAILED" ] }, "type": "InitializeVariable" }, "Initialize_variable_3": { "inputs": { "variables": [ { "name": "neee", "type": "integer", "value": 11 } ] }, "runAfter": { "Initialize_variable": [ "Succeeded", "Failed" ], "Initialize_variable_2": [ "Succeeded", "Failed" ] }, "type": "InitializeVariable" } }, "contentVersion": "1.0.0.0", "outputs": {}, "parameters": {}, "triggers": { "manual": { "inputs": {}, "kind": "Http", "type": "Request" } } }, "parameters": {} }