Module builder

Source

Structsยง

Builder
Device used for building a workflow. Simply pass a mutable borrow of this into any functions which ask for it.
CleanupWorkflowConditions
This struct is used to describe when a cleanup workflow should run. Currently this is only two simple booleans, but in the future it could potentially contain systems that make decisions at runtime, so for now we encapsulate the idea of cleanup conditions in this struct so we enhance the capabilities later without breaking API.