Skip to content

Faimulus TypeScript API / @faimulus/driver-sdk / ChannelRunCompletion

Interface: ChannelRunCompletion ​

Signed terminal workflow callback delivered to the channel host.

Properties ​

channelId? ​

optional channelId?: string


channelInstanceId? ​

optional channelInstanceId?: string


error ​

error: JsonValue


event ​

event: "workflow.run.completed"


finishedAt? ​

optional finishedAt?: string


messageId ​

messageId: string


result ​

result: ChannelWorkflowRunResult | null


runId ​

runId: string


status ​

status: "success" | "failure" | "cancelled"

Documentation for the current repository state.