{
    "nodes": [
        {
            "type": "lifecycle/onStart",
            "id": "0",
            "flows": {
                "flow": {
                    "nodeId": "1",
                    "socket": "flow"
                }
            }
        },
        {
            "type": "debug/log",
            "id": "1",
            "parameters": {
                "text": {
                    "value": "Starting Sequence..."
                }
            },
            "flows": {
                "flow": {
                    "nodeId": "2",
                    "socket": "flow"
                }
            }
        },
        {
            "type": "flow/sequence",
            "id": "2",
            "flows": {
                "1": {
                    "nodeId": "3",
                    "socket": "flow"
                },
                "2": {
                    "nodeId": "4",
                    "socket": "flow"
                },
                "3": {
                    "nodeId": "5",
                    "socket": "flow"
                }
            }
        },
        {
            "type": "debug/log",
            "id": "3",
            "parameters": {
                "text": {
                    "value": "First Sequence Output!"
                }
            },
            "flows": {
                "flow": {
                    "nodeId": "6",
                    "socket": "flow"
                }
            }
        },
        {
            "type": "debug/log",
            "id": "4",
            "parameters": {
                "text": {
                    "value": "Second Sequence Output!"
                }
            }
        },
        {
            "type": "debug/log",
            "id": "5",
            "parameters": {
                "text": {
                    "value": "Third Sequence Output!"
                }
            }
        },
        {
            "type": "debug/log",
            "id": "6",
            "parameters": {
                "text": {
                    "value": "Downstream of First Sequence!"
                }
            }
        }
    ]
}
