Temporal
Batch Commands
Perform bulk operations like terminate, signal, or cancel on multiple workflows matching a query. Essential for large-scale workflow management.
3 commands
Pro Tips
Test your query with 'workflow list --query' before running batch operations.
Use 'batch describe --job-id' to monitor batch operation progress.
Batch operations run asynchronously. Check status with 'batch list'.
Common Mistakes
Batch terminate cannot be undone. Double-check your query before execution.
Large batch operations may take time. Monitor with 'batch describe' for progress.