Raised when the referenced workflow execution does not exist.
@type t() :: %TemporalEx.Error.WorkflowNotFound{ message: String.t(), run_id: String.t() | nil, workflow_id: String.t() | nil }