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