WorkflowStep¶
- 
class oci.oce.models.WorkflowStep(**kwargs)¶
- Bases: - object- Workflow step of workflow monitor. - Methods - __init__(**kwargs)- Initializes a new WorkflowStep object with values from keyword arguments. - Attributes - status- Gets the status of this WorkflowStep. - step_name- Gets the step_name of this WorkflowStep. - 
__init__(**kwargs)¶
- Initializes a new WorkflowStep object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - step_name (str) – The value to assign to the step_name property of this WorkflowStep.
- status (str) – The value to assign to the status property of this WorkflowStep.
 
 - 
status¶
- Gets the status of this WorkflowStep. workflow step status - Returns: - The status of this WorkflowStep. - Return type: - str 
 - 
step_name¶
- Gets the step_name of this WorkflowStep. workflow step name - Returns: - The step_name of this WorkflowStep. - Return type: - str 
 
-