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
- An activity POSTs an approval to Hitly.
- The workflow
await condition(() => decision !== undefined, timeout). - Reviewer decides.
- Hitly sends signal
hitly.decisionwith{ decision, args }.
Configuration
| Field | Meaning |
|---|---|
address | Temporal frontend (localhost:7233) |
namespace | e.g. default |
workflowId | stored on OriginRef.runId |
| signal name | hitly.decision |