Skip to content

Instantly share code, notes, and snippets.

@tsurdilo
Created August 5, 2020 21:50
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/94a5945846073294ebb344ca03583747 to your computer and use it in GitHub Desktop.
Save tsurdilo/94a5945846073294ebb344ca03583747 to your computer and use it in GitHub Desktop.
```json
{
"id": "helloworld",
"version": "1.0",
"name": "Hello World Workflow",
"description": "Inject Hello World",
"states":[
{
"name":"Hello State",
"type":"inject",
"start": {
"kind": "default"
},
"data": {
"result": "Hello World!"
},
"end": {
"kind": "default"
}
}
]
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment