pub trait SetEvent { // Required method fn apply(self, workflow: Workflow) -> Workflow; }
Sets the event for a Workflow