Portal Community

Related Guides

Guide 22: HIL Suspension and Resume

Deep dive into how the engine suspends execution, serialises state, generates correlation tokens, and resumes from a suspended node. Essential for engineers implementing custom HIL node types.

Go to Guide 22 →

Guide 23: HIL Timeout

How the HILTimeoutJob detects expired suspensions, how escalation works, and how the timeout output port is configured and routed.

Go to Guide 23 →

Guide 20: Multi-Party Approval

Configuring multiple approvers, approval strategies (Any / All / Quorum), per-actor decision tracking, and the approval audit trail.

Go to Guide 20 →

Guide 31: Execution Memory

How ExecutionMemory is structured, serialised for HIL persistence, and restored on resume. Required reading for HIL node authors.

Go to Guide 31 →

Learning Path

GoalRead
Understand HIL conceptsGuide 21 (this guide)
Build a custom HIL executorGuide 21 → Guide 22 → Guide 31
Configure multi-party approvalGuide 21 → Guide 20
Debug a stuck HIL workflowGuide 22 (failure modes page) → Guide 23
Add timeout to existing HIL nodeGuide 23