Class WorkflowMonitor
The workflow monitor for this work request.
Inherited Members
Namespace: Oci.OceService.Models
Assembly: OCI.DotNetSDK.Oce.dll
Syntax
public class WorkflowMonitor
  Properties
ResourceName
Declaration
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | resource name for this work request  | 
      
WorkflowName
Declaration
[JsonProperty(PropertyName = "workflowName")]
public string WorkflowName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | workflow name for this work request  | 
      
WorkflowSteps
Declaration
[JsonProperty(PropertyName = "workflowSteps")]
public List<WorkflowStep> WorkflowSteps { get; set; }
  Property Value
| Type | Description | 
|---|---|
| List<WorkflowStep> | Workflow step of workflow monitor.  |