WorkflowTaskComponent¶
-
class
oci.fleet_apps_management.models.
WorkflowTaskComponent
(**kwargs)¶ Bases:
oci.fleet_apps_management.models.workflow_component.WorkflowComponent
Workflow Task Component Details.
Attributes
TYPE_PARALLEL_TASK_GROUP
str(object=’’) -> str TYPE_TASK
str(object=’’) -> str step_name
[Required] Gets the step_name of this WorkflowTaskComponent. type
[Required] Gets the type of this WorkflowComponent. Methods
__init__
(**kwargs)Initializes a new WorkflowTaskComponent object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
TYPE_PARALLEL_TASK_GROUP
= 'PARALLEL_TASK_GROUP'¶
-
TYPE_TASK
= 'TASK'¶
-
__init__
(**kwargs)¶ Initializes a new WorkflowTaskComponent object with values from keyword arguments. The default value of the
type
attribute of this class isTASK
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - type (str) – The value to assign to the type property of this WorkflowTaskComponent. Allowed values for this property are: “TASK”, “PARALLEL_TASK_GROUP”
- step_name (str) – The value to assign to the step_name property of this WorkflowTaskComponent.
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
step_name
¶ [Required] Gets the step_name of this WorkflowTaskComponent. Provide StepName for the Task.
Returns: The step_name of this WorkflowTaskComponent. Return type: str
-
type
¶ [Required] Gets the type of this WorkflowComponent. Content Source Details.
Allowed values for this property are: “TASK”, “PARALLEL_TASK_GROUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this WorkflowComponent. Return type: str
-