Skip to content

Instantly share code, notes, and snippets.

@tsurdilo
Created September 17, 2020 15:07
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 tsurdilo/79c81ed3dfd26ddcf1e366595a5ca8b8 to your computer and use it in GitHub Desktop.
Save tsurdilo/79c81ed3dfd26ddcf1e366595a5ca8b8 to your computer and use it in GitHub Desktop.
{
"id": "integrationfunctionworkflow",
"name": "Integration Function Workflow",
"version": "1.0",
"functions": [
{
"name": "integrationfunction",
"type": "integration",
"metadata": {
"endpoint": "direct:testroutename"
}
}
],
"states":[
{
"name":"IntegrationState",
"type":"operation",
"start": {
"kind": "default"
},
"actionMode":"sequential",
"actions":[
{
"functionRef": {
"refName": "integrationfunction"
}
}
],
"end": {
"kind": "terminate"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment