Versions Compared

Key

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

Transaction Behavior

Emits

Command

Description

Begin Batch

Will be emitted right before the first byte of each collected file is fed into a workflow.

End Batch

Will be emitted right after the last byte of each collected file has been fed into the system.

Cancel Batch

Never.

Retrieves 

Command

Description

Begin Batch

Nothing.

End Batch

Nothing.

Cancel Batch

If a Cancel Batch message is received, the agent sends the batch to ECS.

Note
titleNote!

If the Cancel Batch behavior that is defined on workflow level, is configured to abort the workflow, the agent will never receive the last Cancel Batch message. In such case ECS will  not  be involved, and the file will  not  be deleted.


...