Versions Compared

Key

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

This section includes information about the Python processing agent transaction behavior. For information about the general transaction general Image Added transaction behavior, see 3.1.11 Workflow Monitor.

Emits

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

Command

Description

End Batch

The agent itself does not emit End Batch, however it can trigger the collector to do so by calling the hintEndBatch method. For further information, see 9.63.5.21 Functions for Python.

Cancel Batch

The agent itself does not emit Cancel Batch however, it can trigger the collector to do so by calling the cancelBatch method. For further information, see 9.63.5.21 Functions for Python.

Hint End Batch

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

Retrieves

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

...