Skip to content

Instantly share code, notes, and snippets.

@tsurdilo
Created August 27, 2020 15:29
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/85dc619e2fd018c0c1f5291ec5277837 to your computer and use it in GitHub Desktop.
Save tsurdilo/85dc619e2fd018c0c1f5291ec5277837 to your computer and use it in GitHub Desktop.
{
"id": "myworkflow",
"name": "myworkflowname",
"version": "1.0",
"states": [
{
"name": "myswitchstate",
"type":"switch",
"start": {
"kind":"default"
},
"dataConditions": [
{
"condition": "{{$.abc}}",
"transition": {
"nextState": "ABC"
}
},
{
"condition": "{{$.xyz}}",
"end": {
"kind":"default"
}
}
],
"default":{
"end": {
"kind":"default"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment