Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Optimize REST Services API | Process Analytics REST API Services | Step Instances | Output Parameters
 
Output Parameters
The following table describes the output parameters.
analysisEnabled
Returns “TRUE” or “FALSE” to indicate whether analysis is enabled for the process.
deploymentVersion
Returns the deployment version of the process.
startTime
Returns the step start time as ISO 8601.
startTimeAsJavaEpoch
Returns the step start time as Java epoch.
endTime
Returns the step end time as ISO 8601 or returns empty if no end time is available.
endTimeAsJavaEpoch
Returns the step end time as Java epoch or returns -1 if no end time is available.
processInstanceId
Returns the identifier for the process instance.
instanceIteration
Returns the iteration of the process instance.
loopIteration
Returns the loop iteration for the process instance.
parentinstanceIteration
Returns the iteration value for the parent process.
processInstanceStatus
Returns the status of the process instance. Returned values are "STARTED", "RUNNING", or "COMPLETED".
processModelId
Returns the process model identifier.
processModelType
Returns the process model type, either "BPM" or "BAM". This indicates whether the process execution was orchestrated by Process Engine or not.
stepInstanceStatus
Returns the status of the step instance. Returned values are "RUNNING" or "COMPLETED".
stepIteration
Returns the current iteration value of the step.
stepId
Returns the identifier of the step.
stepName
Returns the name of the step.
subProcessDeploymentVersion
Returns the deployment version of the sub-process.