Get previous step
This section contains the necessary methods to get previous step.
The following method provides information about all the previous step in the specified process token.
Callback params
getPreviousStep Callback
Callback
Boolean status
Status of request
StepType s
Current step from process
JsonObject json
JsonObject data from request
Errors e
Errors object
Implementation example
Last updated