MediaWorkflowTaskState¶
- 
class oci.media_services.models.MediaWorkflowTaskState(**kwargs)¶
- Bases: - object- Status of a task in a workflow job being run. - Methods - __init__(**kwargs)- Initializes a new MediaWorkflowTaskState object with values from keyword arguments. - Attributes - key- Gets the key of this MediaWorkflowTaskState. - lifecycle_details- Gets the lifecycle_details of this MediaWorkflowTaskState. - lifecycle_state- Gets the lifecycle_state of this MediaWorkflowTaskState. - 
__init__(**kwargs)¶
- Initializes a new MediaWorkflowTaskState object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - key (str) – The value to assign to the key property of this MediaWorkflowTaskState.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this MediaWorkflowTaskState.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this MediaWorkflowTaskState.
 
 - 
key¶
- Gets the key of this MediaWorkflowTaskState. Unique key within a MediaWorkflowJob for the task. - Returns: - The key of this MediaWorkflowTaskState. - Return type: - str 
 - 
lifecycle_details¶
- Gets the lifecycle_details of this MediaWorkflowTaskState. The lifecycle details of MediaWorkflowJob task. - Returns: - The lifecycle_details of this MediaWorkflowTaskState. - Return type: - str 
 - 
lifecycle_state¶
- Gets the lifecycle_state of this MediaWorkflowTaskState. The current state of the MediaWorkflowJob task. - Returns: - The lifecycle_state of this MediaWorkflowTaskState. - Return type: - str 
 
-