Get current step
This section contains the necessary methods to get current step.
This method will return all the information about the next required step of the suggested process token.
Callback params
getCurrentStep 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