Skip to content

uni-flow 公开 API(中文注解)


uni-flow 公开 API(中文注解) / approveHITL

Function: approveHITL()

approveHITL(state, responder): void

Defined in: core/hitl-gate.ts:57

批准 HITL:写入 hitl.approved / hitl.responder,并清除 pending。

Parameters

state

SharedState

共享状态

responder

string

审批人标识

Returns

void

MIT Licensed