Show / Hide Table of Contents

Class WorkflowTaskComponent

Workflow Task Component Details.

Inheritance
object
WorkflowComponent
WorkflowTaskComponent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class WorkflowTaskComponent : WorkflowComponent

Properties

StepName

Declaration
[Required(ErrorMessage = "StepName is required.")]
[JsonProperty(PropertyName = "stepName")]
public string StepName { get; set; }
Property Value
Type Description
string

Provide StepName for the Task.

Remarks

Required

In this article
Back to top