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