The karbor.services.protection.flows.protect Module

class karbor.services.protection.flows.protect.CompleteProtectTask

Bases: taskflow.task.Task

execute(checkpoint)
class karbor.services.protection.flows.protect.InitiateProtectTask

Bases: taskflow.task.Task

execute(checkpoint, *args, **kwargs)
revert(checkpoint, *args, **kwargs)
karbor.services.protection.flows.protect.get_flow(context, protectable_registry, workflow_engine, plan, provider, checkpoint)