wiki:DsxTasks

Version 3 (modified by Nicolas Pouillon, 18 years ago) (diff)

--

Tasks

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

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

They are grouped to form a task and control graph