ansys.fluent.core.workflow.CompoundTask#
- class ansys.fluent.core.workflow.CompoundTask(command_source, task)#
Compound task representation for wrapping a Workflow TaskObject instance of TaskType Compound.
Methods
__init__
(command_source, task)Initialize CompoundTask.
add_child
([state])Add a child to this CompoundTask.
add_child_and_update
([state])Add a child to this CompoundTask and update.
Get the Pythonic names of the child tasks.
compound_child
(name)Get the compound child task of this CompoundTask by name.
delete
()Delete this task from the workflow.
Get the list of tasks downstream of this one and directly connected by a data dependency.
Get the list of tasks upstream of this one and directly connected by a data dependency.
get_id
()Get the unique string identifier of this task, as it is in the application.
get_idx
()Get the unique integer index of this task, as it is in the application.
Get the inactive ordered child list
Get the last child of this CompoundTask.
ordered_children
([recompute])Get the ordered task list held by this task.
Get the Pythonic name of this task, as it is in the underlying application.
Attributes
CommandArguments
Get the task's arguments in read-only form (deprecated).
arguments
Get the task's arguments.