Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The collection workflow needs a Decoder agent, since batches are saved in their original format when sent to the ECS.

A workflow collecting batches from the ECS

Workflow Properties

The Error tab can be configured to handle cancelBatch behavior, however, it will never be valid for ECS batch collection workflows. Any call to cancelBatch will cause the workflow to abort immediately.

ECS Collection Agent

All batches conforming to the collection criteria are selected. If a batch contains historic UDRs, that is UDRs belonging to old, not used format definitions, they are automatically converted by default to the latest format. The automatic conversion can be disabled from the Ultra Format Converter. In this case the workflow aborts, and logs an informative message in the System Log.

Analysis Agent

Calls to cancelBatch must not be made in APL because it will cause the workflow to abort immediately and send nothing to the ECS.


  • No labels