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:
Form reference
Asking the user to confirm or provide information in a dialog box.
Form property
Setting the workflow configuration variables.
Form properties
While the Workflow Designer supports form properties for backwards compatibility, use form references when designing user tasks. Form references offer enhanced configuration options.
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.
Default
The default value of the process variable. All configuration variables must have a default value.
Required
Selected: You must provide a value for these variables to start the workflow. All configuration variables are considered required.
Clear (default): Do not use this option for configuration variables.
Readable
Selected (default): Do not use this option for configuration variables.
Clear: These variables become configuration variables. When you configure the start form, you must provide a default value for these variables.
Writable
Selected (default): You can edit the configuration variables on the workflow definition page.
Clear: You cannot provide another value for these variables in the UI. You can still change the value with a script task.
Last updated
Was this helpful?