Workflow Related

how many types of workflow ?

Workflow Execution Type
Regular: Execute the workflow in a non-sequential manner. The workflow which runs in parallel manner. For example, data massaging workflow runs in a non-sequential manner.
• Sequential: Execute the workflow in a sequential manner. For example, web Gui workflow runs in a sequential manner.
• Singleton: Execute the workflow in a singleton manner. Only a regular workflow can be marked as Singleton. When a workflow is marked as Singleton, the AE server ensures that only one instance of that workflow runs on an Agent at any given point in time, regardless of its non-sequential nature.