processNextState
fun processNextState(prevStepResult: MiSnapWorkflowStep.Result, prevStep: MiSnapWorkflowStep, nextStep: MiSnapWorkflowStep?): CombinedWorkflowHandler.StateMachine.Action
Determines the next Action in the workflow.
Parameters
prevStepResult
The results from the previous step.
prevStep
The configuration used on the previous step.
nextStep
The configuration for the next step.