pipeline_id_to_uuid

Function pipeline_id_to_uuid 

Source
pub fn pipeline_id_to_uuid(pipeline_id: &PipelineId) -> Uuid
Expand 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.