Skip to content

Instantly share code, notes, and snippets.

@jesspanni
Created September 17, 2019 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesspanni/c5e04f157057242c42266666afd8f911 to your computer and use it in GitHub Desktop.
Save jesspanni/c5e04f157057242c42266666afd8f911 to your computer and use it in GitHub Desktop.
{
"name": "Wait For Completion",
"type": "WebActivity",
"dependsOn": [
{
"activity": "Start Long Running Task",
"dependencyConditions": [
"Succeeded"
]
}
],
"typeProperties": {
"url": {
"value": "@activity('Start Long Running Task').output.statusQueryGetUri",
"type": "Expression"
},
"method": "GET"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment