Versions Compared

Key

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

...


Command

Description

Hint End Batch

When hintEndBatch is called the agent will call endBatch as soon as the current data block has been routed from the agent. If more data is available from the web server the agent will call beginBatch and then continue to process the rest of the file.

Cancel Batch

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

Note
titleNote!

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

APL code where hintEndBatch is followed by a cancelBatch will always result in workflow abort. Make sure to design the APL code to first evaluate the Cancel Batch criteria to avoid this sort of behavior.



Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: