Creating New Workflows¶
You can create your own workflows. To do so, you need to
creating a new python module that starts with "workflow_" in
speedwagon.workflows
sub-packageCreate a new class that inherits the
speedwagon.Workflow
classImplement the required abstract methods