ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Workflow.Models.JobModels Namespace / Job Class / SetCurrentStep Method
The ID of the step to set as current.

In This Topic
    SetCurrentStep Method
    In This Topic
    Sets the current step in a workflow
    Syntax
    public void SetCurrentStep( 
       string stepID
    )
    Public Sub SetCurrentStep( _
       ByVal stepID As String _
    ) 

    Parameters

    stepID
    The ID of the step to set as current.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also