Function: executeJobWithHeartbeat()
executeJobWithHeartbeat(
kernel,options):Promise<ExecuteJobOutcome>
Defined in: packages/workflow-engine/src/kernel/helpers/host-support.ts:181
Dispatches job.execute for one job, holding a lease heartbeat for its
duration, then routes the outcome through the job transport and (when
terminal) run.transition — the sequence both hosts used to hand-maintain
identically after every hardening fix.
Parameters
kernel
options
ExecuteJobWithHeartbeatOptions
Returns
Promise<ExecuteJobOutcome>