Select an existing form or create a new one to use in this task.
Configure how data flows between your process and the form.
Map process variables to pre-fill form fields
No input mappings defined. Form will not be prefilled with process data.
The source variable containing the data
{{ formFields.length === 0 ? 'No form fields available' : 'The target field in the form' }}
Store form submission data in process variables
No output mappings defined. Form data will not be stored in process variables.
{{ formFields.length === 0 ? 'No form fields available' : 'The source field in the form' }}
The target variable to store form data
Configure conditional field behavior based on process variables (e.g., make fields readonly, hidden, or required).
Control field visibility, readonly state, and requirements dynamically
No field conditions defined. All fields will use their default behavior.
Variable to check
Comparison type
Value to compare
Field to control
What to do when condition is met
For documentation purposes
Configure who can complete this form task. Choose from specific users, roles, or dynamic assignment using variables.
How should this task be assigned
Selected users will be able to complete this form task
Any user with the selected roles will be able to complete this form task
Variable should contain user ID, username, role name, or email address
How to interpret the variable value for assignment
Anyone with access to the process will be able to complete this form task