Viewing the Tasks Executed by an Agent Group

You can see which tasks are processed by an Agent Group on the list of Tasks in the Process Monitoring perspective.

The tasks processed by an Agent Group are collected in an entry with type C_HOSTG (Agent Group Container).

Depending on the Mode specified in the Agent Group definition, this entry can be as follows:

  • Single record

    With Any, First, Next installed and Load independent modes, the tasks are processed by one specific Agent in the Group.

  • Parent record that can be expanded to display each execution of each task processed by the Agents

    With All active and All active and inactive modes, the execution of the tasks is distributed over multiple Agents.

The Agent Group container (C_HOSTG) is the parent task. Keep this in mind when you use script elements that retrieve parent values (for example, SYS_ACT_PARENT_NAME). The Agent Group container and its tasks have the same name but each has its own RunID.

To Access the List of Tasks Processed by an Agent Group

In the Process Monitoring perspective, filter the list of tasks by Task Type selecting Runtime Objects: Agent Group Container.

To View Task Details

Select the parent task (C_HOSTG) and click the Detail button on the toolbar to display detailed data on how the tasks contained in it have ended:

  • Return code: 0 means that all tasks have ended successfully
  • Return code: 1 means that some tasks have been canceled
  • Return code: 2 means that no task has ended successfully

See also: