Differences

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

Link to this comparison view

execgroup [2020/03/19 15:30] – external edit 127.0.0.1execgroup [2020/03/19 16:41] (current) – removed admin
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.