Created
January 3, 2022 16:58
-
-
Save danfunk/3dd16803c36ccf81b33e88bafd6b2770 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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