Get completed steps
This section contains the necessary methods to get completed step's.
The following method provides information about all the completed steps in the specified process token.
Callback params
getCompletedSteps Callback
Callback
Boolean status
Status of request
ArrayList<StepType> stepTypes
Completed step's array from process
JsonObject json
JsonObject data from request
Errors e
Errors object
Implementation example
Last updated