Skip to content

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

Interface: ChannelInteractionRequest ​

Signed callback payload requesting workflow interaction input.

Properties ​

broadcasted ​

broadcasted: boolean


channelId? ​

optional channelId?: string


channelInstanceId? ​

optional channelInstanceId?: string


createdAt ​

createdAt: string


event ​

event: "workflow.interaction-request.required"


messageId ​

messageId: string


private ​

private: boolean


questions ​

questions: readonly ChannelInteractionQuestion[]


requestId ​

requestId: string


runId ​

runId: string

Documentation for the current repository state.