Skip to content

Instantly share code, notes, and snippets.

@LeonLiuY
LeonLiuY / machine.js
Last active May 11, 2020 07:40
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:zeebe="http://camunda.org/schema/zeebe/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_14usc7e" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Zeebe Modeler" exporterVersion="0.7.0">
<bpmn:process id="indeed-apply" name="Indeed Apply" isExecutable="true">
<bpmn:startEvent id="StartEvent_1" name="Apply Button Clicked">
<bpmn:outgoing>SequenceFlow_1ea241d</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:serviceTask id="ServiceTask_09upi4z" name="Create Application">
<bpmn:extensionElements>
<zeebe:taskDefinition type="create-application" />
</bpmn:extensionElements>