Broadway Flows Execution

Use Case

A Broadway Batch process can be executed to loop through a list of external parameters such as a list of payments records (of a specific set of instances), or over a list of files.

Broadway batch processes can also be run on multiple instances using Instance Groups or embedded SQL statements as described in the Batch Commands section.

In addition, this process can benefit from all Batch configuration parameters, such as nodes affinity, capacity (max_nodes, max_workers_per_node) and multiplicity factor (allow_multiply).

Broadway Batch Commands

The FABRIC_COMMAND parameter must be set using the Broadway command syntax as described below:

Example:

BATCH CUSTOMER.customer_IG_600To700 FABRIC_COMMAND="broadway Customer.SampleFlow customer_id=?" with async=true;

Refer to the Batch Command description.

Previous

Broadway Flows Execution

Use Case

A Broadway Batch process can be executed to loop through a list of external parameters such as a list of payments records (of a specific set of instances), or over a list of files.

Broadway batch processes can also be run on multiple instances using Instance Groups or embedded SQL statements as described in the Batch Commands section.

In addition, this process can benefit from all Batch configuration parameters, such as nodes affinity, capacity (max_nodes, max_workers_per_node) and multiplicity factor (allow_multiply).

Broadway Batch Commands

The FABRIC_COMMAND parameter must be set using the Broadway command syntax as described below:

Example:

BATCH CUSTOMER.customer_IG_600To700 FABRIC_COMMAND="broadway Customer.SampleFlow customer_id=?" with async=true;

Refer to the Batch Command description.

Previous