Bulk


The Composition section in the workflow editor's Activities Panel offers key tools for structuring and orchestrating workflows. These activities enable you to manage workflow execution, create modular designs, handle outputs, and perform batch operations.

  • Purpose: Efficiently process collections of data by applying the same actions to each item in a batch.

  • Functionality: It iterates over a defined collection of data. For each item, it executes the workflow steps configured within the Bulk activity.

  • Use Cases:
    • Processing a list of customer orders in a batch.
    • Performing the same data transformation on multiple files.
    • Sending out personalized notifications to a group of users.