You can also insert form profiles into your state form. The dynamic forms are of particular interest here.
Settings
(1) Attributes: Further CSS properties can be inserted via the context menu. Some are already selectable:
Template | Attribute | Description |
|---|---|---|
Is automatically inserted. | profile.element.allowProfileCall | Please use the default value. |
Is automatically inserted. | profile.element.maxFileSize | Please use the default value. |
Red background | background-color | Background color. Example: var(--lumo-error-color-50pct) |
Add border | border | Adds a border. Example: 1px solid var(--lumo-contrast-20pct) |
Communication with workflow
Workflow variables are passed to data profiles in form profiles.
The data entered in the form of the form profile is passed to the form profile after clicking (3). This will start the form profile.
The transition check in the state of the workflow in which the form profile is used does not start until the form profile job is finished if the checkbox Synchronous execution is set in the Input Agent of the form profile. This is important if workflow variables are set or workflow files are attached in the form profile or in a data profile of the form profile. In simple words: The workflow only continues after the form profile is finished.