Emits
The agent emits commands that changes the state of the file currently processed.
Command | Description |
Begin Batch | The agent will emit beginBatch before the first content of the file is routed into the workflow. The agent will also use the ECS batch service and route the data to it. |
End Batch | The agent will emit endBatch after the final part of the file has been routed into the workflow. |
Retrieves
The agent retrieves commands from other agents and based on them generates a state change of the file currently processed.
...