Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cancel Batch does not function in the same way in real-time workflows as it does in batch workflows. You configure in the Execution tab of agent configuration if you want Cancel Batch messages to be sent if a decoding error occurs, as described in 9.8687.1 Batch-Based Real-Time Agents - Agent Configuration.

Cancel Batch messages are sent:

...

When Cancel Batch is called, the file is handled according to how After Collection behavior has been specified in the agent configuration. Nothing is sent to ECS, and processing skips to the next batch.

Emits

The agent emits commands that change the state of the file currently processed.

CommandDescription

Begin Batch

Emitted before the first part of each collected file is fed into a workflow.

End Batch

Emitted after the last part of each collected file has been fed into the system.

Retrieves

The agent retrieves commands from other agents and based on them generates a state change of the file currently processed.

...