Appearance
Faimulus TypeScript API / @faimulus/driver-sdk / ChannelRunCompletion
Interface: ChannelRunCompletion
Signed terminal workflow callback delivered to the channel host.
Properties
channelId?
optionalchannelId?:string
channelInstanceId?
optionalchannelInstanceId?:string
error
error:
JsonValue
event
event:
"workflow.run.completed"
finishedAt?
optionalfinishedAt?:string
messageId
messageId:
string
result
result:
ChannelWorkflowRunResult|null
runId
runId:
string
status
status:
"success"|"failure"|"cancelled"