Differences

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

Link to this comparison view

Next revision
Previous revision
execgroup [2020/03/19 15:30]
127.0.0.1 external edit
— (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.