{
    "components": [
        {
            "id": 2,
            "steps": [
                {
                    "id": 3,
                    "inputs": {},
                    "position": "0,0",
                    "purpose": "start",
                    "title": "Start",
                    "transitions": [
                        {
                            "id": 5,
                            "position": "90,60 90,110",
                            "target": {
                                "id": 4
                            }
                        }
                    ]
                },
                {
                    "action": "gcx:wf:ui::Alert",
                    "id": 4,
                    "inputs": {
                        "text": "Alert from workflow!"
                    },
                    "position": "-30,110",
                    "title": "Alert"
                }
            ]
        }
    ],
    "start": {
        "id": 3
    }
}
