Skip to content

js-bao-wss-client


js-bao-wss-client / WorkflowStatusEvent

Interface: WorkflowStatusEvent

Properties

contextDocId?

optional contextDocId: string


error?

optional error: string


meta?

optional meta: Record<string, any>


needsApply?

optional needsApply: boolean


output?

optional output: any


runId

runId: string


runKey

runKey: string


startedByUserId?

optional startedByUserId: string


status

status: "completed" | "failed" | "terminated"


type

type: "workflowStatus"


workflowId

workflowId: string


workflowKey

workflowKey: string