Show / Hide Table of Contents

Class WorkflowMonitor

The workflow monitor for this work request.

Inheritance
object
WorkflowMonitor
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top