Skip to content

Instantly share code, notes, and snippets.

@jesspanni
Created September 17, 2019 20:04
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/110b894ae736f83de5e41ca3e781aa60 to your computer and use it in GitHub Desktop.
Save jesspanni/110b894ae736f83de5e41ca3e781aa60 to your computer and use it in GitHub Desktop.
{
"name": "Start Long Running Task",
"type": "AzureFunctionActivity",
"typeProperties": {
"functionName": "AsyncHttpFunction",
"method": "POST",
"body": {
"secondsToWait": 60
}
},
"linkedServiceName": {
"referenceName": "LongRunningTask",
"type": "LinkedServiceReference"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment