Skip to content

Instantly share code, notes, and snippets.

@manico
Last active November 4, 2018 09:10
Show Gist options
  • Save manico/d9d16e20cfeb0ad2129e275168ff1f55 to your computer and use it in GitHub Desktop.
Save manico/d9d16e20cfeb0ad2129e275168ff1f55 to your computer and use it in GitHub Desktop.
Chameleon Flow Simple
{
"app": {
"id": "0b05ca3e-8339-414a-b325-f87db85102d9"
},
"type": "Local",
"elements": [
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc0",
"fqn": "Event.Start",
"position": {
"x": 0,
"y": 0
}
},
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc1",
"fqn": "Action.CreateEntity",
"label": "Create Country",
"position": {
"x": 100,
"y": 200
},
"options": {
"entity": "Country",
"defaults": {
"name": "Bosnia and Herzegovina"
}
}
},
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc2",
"fqn": "Action.NavigateToPage",
"label": "Navigate to Country",
"position": {
"x": 200,
"y": 200
},
"options": {
"page": "Country"
}
},
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc3",
"fqn": "Event.End",
"position": {
"x": 400,
"y": 200
}
}
],
"connections": [
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc4",
"fqn": "Connection",
"from": "d2f891ca-94bd-4355-b7a9-386b431c4dc0",
"to": "d2f891ca-94bd-4355-b7a9-386b431c4dc1"
},
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc5",
"fqn": "Connection",
"from": "d2f891ca-94bd-4355-b7a9-386b431c4dc1",
"to": "d2f891ca-94bd-4355-b7a9-386b431c4dc2"
},
{
"id": "d2f891ca-94bd-4355-b7a9-386b431c4dc6",
"fqn": "Connection",
"from": "d2f891ca-94bd-4355-b7a9-386b431c4dc2",
"to": "d2f891ca-94bd-4355-b7a9-386b431c4dc3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment