Two types of workflow supported, i.e. Sequential, State Machine. Explain themTypes of workflow supported:
1. Sequential : Sequential workflow as the name suggests simply depicts the fact that there is a collection of tasks which need be completed in a sequence one by one. The workflow progresses as each and every single task is completed in the workflow.
2. State : This category of workflow includes collection of states of the document (which it can be in). The workflow progresses based on how the state of the document changes and progresses.
|