Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
execgroup [2020/03/19 16:41]
admin removed
— (current)
Line 1: Line 1:
-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|ExecItem]] tag.