ArcGIS Pro 2.9 API Reference Guide
SetCurrentStep Method

ArcGIS.Desktop.Workflow.Models.JobModels Namespace > Job Class : SetCurrentStep Method
The ID of the step to set as current.
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

Reference

Job Class
Job Members