Form States

Form states are typically used when different tasks in a workflow use the same form for different events. Each form state has its own rules but all states inherit rules from the base state. Example: A form may have a state called Read-Only, and for that state the form controls are disabled and the submit button hidden. The same form may have another state called User Input where the form controls are active and the submit button is displayed. Generally speaking, a new state is created for each workflow task because you potentially have different requirements depending on the tasks that use the same form. While the User Input state has all of the form controls active, the Comments control is the only one active in the Manager Approval state. The two most common methods for creating states are from the form's rules page and from Task / Form configuration in the workflow designer.