This is an old revision of the document!


ExecGroup tag is used to describe an model execution group that contains multiple model execution instances.

  • timeout - timeout in minutes for the group.
  • name - unique identifier for the group.
  • requires - list of names (separated by comma)of groups this group depends on. When all groups in this list have completed, the execution of this group will then be started.

ExecGroup contains one “ExecItemList” tag which contains ExecItem tag.