wiki:DsxTasks

Version 5 (modified by Nicolas Pouillon, 17 years ago) (diff)

--

Tasks

Tasks are instanciations of TaskModels. At instanciation, tasks must have all their resources connected.

exemple_inst = Task( "exemple_task_name", exemple_task_model,
                     {
                        "port1" : resourceA,
                        "port2" : resourceB
                     },
                     {"DEF_NAME": 'value'}
                   )

They are grouped to form a task and control graph