Workflow
The owner of the vault can put arbitrary checkers and arbitrary actions for conditional statefull execution
After successful storage of the workflow data, the workflow can be executed if all the checkers return True by the ditto executor.
To run workflow the executor should call the run
method on the vault and provide the meta transaction data along with the user signature.
This infrastructure allows for trustless workflow execution defined by pre-stored conditions.
Last updated