ICS provides a list of tasks like linear taskflow, taskflow, parallel tasks, parallel tasks with decision, sequential tasks, sequential tasks with decisions, and single task.
SEQUENTIAL TASK: This task is used to run the different tasks sequentially
OR
A sequential task is used in taskflows to define a series of tasks that need to be executed one after the other in a specific order. The main purpose of a sequential task is to manage and control the flow of tasks in a task flow, ensuring that each task completes before the next one begins.
PARALLEL TASK: This task is used to run the different tasks parallely.
OR
The parallel task is used in taskflows to execute multiple tasks simultaneously rather than sequentially. It is designed for scenarios where tasks are independent of each other and can run in parallel to optimize processing time.
TASKFLOW TASK: Taskflow is used to automate and manage the flow of tasks in a specific sequence. It helps connect and control multiple tasks to complete a process efficiently.