================================== Relay class ================================== ``Relay`` records the workflow in a tape recorder fashion. This helps in construction of the workflow as a directed-acyclic graph. The :class:`runner.relay.Relay` emphasises simplicity, speed and flexibility in implementing the workflow. .. autoclass:: runner.relay.Relay :members: