Versions Compared

Key

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

...

Batch workflows have two termination possibilities, indicating whether to wait for the End Batch or not. If the batches are large, and the batch is being loaded by the workflow, the Immediate option will terminate the workflow without waiting for the current batch to finish.

...

Stop Type

Description

Batch

Awaits the next End Batch before unloading the workflow, that is, when the current batch is fully processed.

Immediate

Deactivates the workflow immediately, causing the current batch to be terminated. This may still take a while, but it is still faster than the Batch termination option.

...