WorkflowMonitor

class oci.oce.models.WorkflowMonitor(**kwargs)

Bases: object

The workflow monitor for this work request.

Methods

__init__(**kwargs) Initializes a new WorkflowMonitor object with values from keyword arguments.

Attributes

resource_name Gets the resource_name of this WorkflowMonitor.
workflow_name Gets the workflow_name of this WorkflowMonitor.
workflow_steps Gets the workflow_steps of this WorkflowMonitor.
__init__(**kwargs)

Initializes a new WorkflowMonitor object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • workflow_name (str) – The value to assign to the workflow_name property of this WorkflowMonitor.
  • resource_name (str) – The value to assign to the resource_name property of this WorkflowMonitor.
  • workflow_steps (list[oci.oce.models.WorkflowStep]) – The value to assign to the workflow_steps property of this WorkflowMonitor.
resource_name

Gets the resource_name of this WorkflowMonitor. resource name for this work request

Returns:The resource_name of this WorkflowMonitor.
Return type:str
workflow_name

Gets the workflow_name of this WorkflowMonitor. workflow name for this work request

Returns:The workflow_name of this WorkflowMonitor.
Return type:str
workflow_steps

Gets the workflow_steps of this WorkflowMonitor. Workflow step of workflow monitor.

Returns:The workflow_steps of this WorkflowMonitor.
Return type:list[oci.oce.models.WorkflowStep]