GetJobStepData Method (DataLogs)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetJobStepData() method retrieves the job steps and step data of the specified job that are in the specified state.
Parameters
- woId
- Required. Holds the work order ID of the job whose steps are being retrieved.
- operId
- Required. Holds the operation ID of the job whose steps are being retrieved.
- seqNo
- Required. Holds the operation sequence number ID of the job whose steps are being retrieved.
- stepState
- Required. Holds the job state that the steps being retrieved should be in. Examples of job states include New, Running, and Completed.
Return Value
Returns a DataSet that contains the specified job's steps that are in the
specified step state.