Skip to content

Instantly share code, notes, and snippets.

@danfunk
Created January 3, 2022 16:58
Show Gist options
  • Select an option

  • Save danfunk/3dd16803c36ccf81b33e88bafd6b2770 to your computer and use it in GitHub Desktop.

Select an option

Save danfunk/3dd16803c36ccf81b33e88bafd6b2770 to your computer and use it in GitHub Desktop.
<bpmn:userTask id="interview_client" name="Interview Client" camunda:formKey="duck_application">
<bpmn:extensionElements>
<camunda:formData>
<camunda:formField id="variety" label="Preferred Duck Variety" type="enum">
<camunda:value id="Mallard" name="Mallard" />
<camunda:value id="Wood_Duck" name="Wood Duck" />
<camunda:value id="Widgeon" name="Widgeon" />
</camunda:formField>
<camunda:formField id="feather_egg_tolerance" label="I don't mind finding feathers and eggs in my home." type="boolean" />
</camunda:formData>
</bpmn:extensionElements>
<bpmn:incoming>Flow_1</bpmn:incoming>
<bpmn:outgoing>Flow_2</bpmn:outgoing>
</bpmn:userTask>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment