HUMANin theLOOP

Temporal

Wait on condition(), resume with signal hitly.decision.

Status: coming soon.

Temporal pauses with condition() until a Signal (or times out). Hitly does not hold a worker; it signals the workflow.

How it works with Hitly

  1. An activity POSTs an approval to Hitly.
  2. The workflow await condition(() => decision !== undefined, timeout).
  3. Reviewer decides.
  4. Hitly sends signal hitly.decision with { decision, args }.

Configuration

FieldMeaning
addressTemporal frontend (localhost:7233)
namespacee.g. default
workflowIdstored on OriginRef.runId
signal namehitly.decision

On this page