Skip to content

Instantly share code, notes, and snippets.

@nertim
Created February 14, 2017 16:22
Show Gist options
  • Save nertim/47ea98490fa0744967d1f0731ea1cfd5 to your computer and use it in GitHub Desktop.
Save nertim/47ea98490fa0744967d1f0731ea1cfd5 to your computer and use it in GitHub Desktop.
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {
"Compose": {
"inputs": "@triggerBody()",
"runAfter": {},
"type": "Compose"
}
},
"contentVersion": "1.0.0.0",
"outputs": {},
"parameters": {},
"triggers": {
"manual": {
"inputs": {
"schema": {}
},
"kind": "Http",
"splitOn": "@triggerBody()",
"type": "Request"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment