Skip to content

Handle resume and pause actions in Rails

For this, we need to add a new case here to handle pause status event here which should call workflow.pause. Additionally we want to handle resume so that the status goes from paused to running.

Edited by Frédéric Caplette