Versions Compared

Key

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

This section includes information about the Batch workflow's Aggregation agent's transaction behavior. The Real-Time Aggregation agent does not have transaction behavior. For information about the general transaction behavior, see 3.1.11 Workflow Monitor.

Emits

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


Command

Description

Cancel Batch

The agent itself does not emit Cancel Batch messages. However, if the code contains a call to the method cancelBatch this causes the agent to emit a Cancel Batch.

Hint End Batch

If the code contains a call to the method hintEndBatch, this causes the agent to emit a Hint End Batch.


Retrieves

The agent retrieves commands from other agents and, based on those commands, changes the state change of the file currently processed.

...