doot.workflow.actions._action
Classes
The basic action, which just prints that the action was called |
Module Contents
- class doot.workflow.actions._action.DootBaseAction[source]
The basic action, which just prints that the action was called Subclass this and override __call__ for your own actions. The arguments of the action are held in the passed in spec __call__ is passed a copy of the task’s state dictionary
- ActRE