ansys.fluent.core.workflow.CommandTask#
- class ansys.fluent.core.workflow.CommandTask(command_source, task)#
Intermediate base class task representation for wrapping a Workflow TaskObject instance, adding attributes related to commanding. Classes without these attributes cannot be commanded.
Methods
__init__
(command_source, task)Initialize CommandTask.
Get the Pythonic names of the child tasks.
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
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.