Temporalex.Client.Handle (Temporalex v0.5.4)

Copy Markdown View Source

Handle for a started workflow execution.

await_timeout is the default wait a start chain carried (Temporalex.timeout/2); Temporalex.await/2 uses it when the call passes no :timeout.

Summary

Types

t()

@type t() :: %Temporalex.Client.Handle{
  await_timeout: pos_integer() | :infinity | nil,
  client: atom() | pid(),
  run_id: String.t() | nil,
  workflow_id: String.t(),
  workflow_type: String.t() | nil
}