Versions Compared

Key

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

...

Typical workflow containing a Categorized Grouping agent

Analysis_1

In the first Analysis agent a UDR of the type CGAgentInUDR is created and populated.

...

When the  CGAgentInUDR  is created, the field structure can be viewed from the  UDR Internal Format Browser . For further information, see Categorized Grouping Related UDR Types in 9.910.1 Categorized Grouping Agent Overview .

Cat_Group_1

The Cat Group agent is configured via the GUI. For configuration instructions see 9.910.2 Categorized Grouping Profile.

Example configuration of a Categorized Grouping profile

...

Info
titleExample - Outgoing data collected in a CGAgentOutUDR
Code Block
languagetext
themeEclipse
internal CGAgentOutUDR {
    string categoryID;
    int closingCondition;  //Indicates closing condition 
                             that emits the file.
    bytearray data;
    boolean isLastPartial; //True if last UDR of the input file.
    int partialNumber;     //Sequence number of the UDR in the 
                           //file. 1 for the first, 2 for the
                           //second so on.
};

Analysis_2

In the Analysis_2 agent the CGAgentOutUDR will be processed in the way the agent is configured. In this example one directory, one directory delimiter and one file name are created. The CGAgentOutUDR information is thereafter put in amultiForwardingUDR and last routed to the Disk_2 agent.

...