Start forms
Start forms set the process variables that your workflow requires. There are two types of variables you can define at the start of a workflow with different purposes:
Type | Purpose |
---|---|
Form reference | Asking the initiator to confirm or provide information in a dialog box. |
Form property | Setting the workflow configuration variables. |
Form properties
The form properties were the default way of configuring a user task in the deprecated Flowable Eclipse Designer. For backwards compatibility, the Workflow Designer supports all form properties but you should use form references to design your user tasks and take advantage of the enhanced configuration options that they offer.
You should only use form properties to set configuration variables. You can use any form type that is not exclusively meant for user tasks. The properties you set for each start form determine how the workflow interprets them.
Property | Configuration |
---|---|
Default | The default value of the process variable. All configuration variables must have a default value. |
Required |
|
Readable |
|
Writable |
|
The term start form refers to both the start event forms and the dialog box that appears before the start of the workflow.