Question
When we have a user input task why do we use start form?
A
Anonymous
December 18, 2025
41
Answer
Start forms are great because they don't actually start the process. This means if the user closes the tab, they don't have a task lingering in their task tab and no process has started.
- Typically if the user is initiating the action such as clicking on a related action, start forms are best.
- If the user needs to be assigned a task, then the User Input task is best. I almost always prefer start forms.
When to Use User Input Tasks Instead
- Assignments: When the task must be assigned to a specific user or group who did not initiate the process.
- Audit Compliance: If you must capture every time a user opens a form, even if they never finish it.
- Complex Pre-processing: If you need to run multiple script tasks or complex business rules before the user sees the first form.
JuniorProcess Models
Loading comments...