Skip to main content

Tasklets

Tasklets are a type of stage in Abstra that are executed once when a task arrives at them. They are used to perform a specific action or set of actions on the task data. Tasklets can be used to process the task data, send notifications, or perform any other action that needs to be done when a task arrives at a stage.

Tasklet Creation

Chain tasklets together to create a workflow that processes tasks in a specific order. Each tasklet can perform a specific action on the task data, and the output of one tasklet can be used as input for the next tasklet in the chain.

Chained Tasklets