Skip to content

Instantly share code, notes, and snippets.

@okhiroyuki
Last active August 24, 2019 06:38
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 okhiroyuki/5e9aa0f05333f169e9022ae5b2e2a015 to your computer and use it in GitHub Desktop.
Save okhiroyuki/5e9aa0f05333f169e9022ae5b2e2a015 to your computer and use it in GitHub Desktop.
sample of start activity node
[
{
"id": "1bd3a53a.f18a4b",
"type": "start-activity",
"z": "1fc065a.0143b9a",
"name": "",
"x": 650,
"y": 300,
"wires": [
[
"7e81a5b9.32cb5c"
]
]
},
{
"id": "b90af746.91a768",
"type": "inject",
"z": "1fc065a.0143b9a",
"name": "",
"topic": "",
"payload": "",
"payloadType": "date",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 300,
"y": 200,
"wires": [
[
"4f287311.f75bec"
]
]
},
{
"id": "7e81a5b9.32cb5c",
"type": "debug",
"z": "1fc065a.0143b9a",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"x": 840,
"y": 260,
"wires": []
},
{
"id": "4f287311.f75bec",
"type": "function",
"z": "1fc065a.0143b9a",
"name": "",
"func": "msg.payload = {\n \"action\": \"android.intent.action.DIAL\",\n \"url\": \"tel:012345678\"\n}\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 470,
"y": 260,
"wires": [
[
"1bd3a53a.f18a4b"
]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment