ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / StepState Class
Properties


In This Topic
    StepState Class Members
    In This Topic

    The following tables list the members exposed by StepState.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public Property The user or group the step is assigned to  
    Public Property The assignment type  
    Public Property A boolean indicating whether the step can be skipped  
    Public Property Details about the current running step. This message is one of the step execution status messages including StepInfoRequired, StepStarted, StepProgress, StepStopping, StepStopped, StepWarningStopped, StepPaused, StepCancelled, StepHeld, StepError messages. The StepFinished message will not be included. StepInfoRequired messages will be truncated for users other than the assigned user.  
    Public Property The step id  
    Public Property The step name  
    Top
    See Also