Resonate Human In The Loop Pattern Java

Implement human-in-the-loop workflows in Java with the Resonate SDK — durable functions that park on ctx.promise() until an external actor settles the latent promise. The Java SDK ships an r.promises sub-client, so external resolution is a clean r.promises.resolve(id, new Value(...)) call (or the CLI / server HTTP API) with no manual base64 encoding — the Go SDK's 0.1.0 tag now has the same Promises() sub-client, with manual base64 encoding only on its low-level Sender().PromiseSettle fallback. Use for approval gates, webhook callbacks, and operator unblock steps. Verified against develop/java.mdx (docs PR

resonatehq 3fc9370 10.4 KB Updated

File contents

resonatehq/resonate-skills/tree/main/resonate-human-in-the-loop-pattern-java commit 3fc9370495

Frequently asked questions

npx skillmds@latest add resonatehq/resonate-human-in-the-loop-pattern-java