Values.WorkflowExecutionSourceRepresents a workflow execution.
type nonrec t = {workflowId : WorkflowId.t;The user defined identifier associated with the workflow execution.
*)runId : WorkflowRunId.t;A system-generated unique identifier for the workflow execution.
*)}