ArcGIS Pro 3.2 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 (Job)
    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

    ArcGIS Pro version: 3 or higher.
    See Also