TemporalEx.Error.WorkflowNotFound (temporal_ex v0.2.1)

Copy Markdown

Raised when the referenced workflow execution does not exist.

Summary

Types

t()

@type t() :: %TemporalEx.Error.WorkflowNotFound{
  message: String.t(),
  run_id: String.t() | nil,
  workflow_id: String.t() | nil
}