Get Step State
This section contains the necessary methods to get selected step state.
You have 2 options to get step state:
CurrentStep
CompletedSteps
Parameter
Description
processId: String
Process id
state: StepState
StepState enum
callback: ProcessCallback
callback
Implementation example
Callback params
Parameter
Description
status: Bool
Method request status
response: String?
All the response from the api
error: Errors?
Errors associated enum
Was this helpful?