pub fn pipeline_id_to_uuid(pipeline_id: &PipelineId) -> UuidExpand description
Helper function to convert PipelineId to Uuid
This is used primarily for event sourcing where events use Uuid while the domain entities use PipelineId.
pub fn pipeline_id_to_uuid(pipeline_id: &PipelineId) -> UuidHelper function to convert PipelineId to Uuid
This is used primarily for event sourcing where events use Uuid while the domain entities use PipelineId.