execute_batch
Execute sequential operations with variable piping between steps using Python, shell, file, or transform services. Reference previous results to chain operations in a batch workflow.
Instructions
Execute a batch of operations sequentially with variable piping. Use $results[N].path.to.value to reference previous results. Available services: python, shell, file, transform.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of operations to execute | |
| batch_name | No | Optional name for the batch | |
| stop_on_error | No | Stop on first error (default: true) |