Container for Sample Process
The Container for Sample Process widget connects the application to a predefined process. It links the form inputs with the process logic, allowing the process to run based on the data submitted through the application.
Sample Use Cases
Initiating an approval process upon form submission
Connecting user-submitted data to a backend process for automation
Routing applications (e.g., leave requests, registrations) through defined process stages
Key Considerations
Process Dependency: This widget does not operate without a defined process. It is essential to connect it to a process for any functional execution.
Data Object Dependency: Without a connected data object and its relevant fields, no input can be collected, and the process cannot proceed.
Last updated