pub type WorkflowId = Uuid;
Unique identifier for a workflow
pub struct WorkflowId(/* private fields */);