Skip to main content

Interface: ActivityInput

workflow.ActivityInput

Input for WorkflowOutboundCallsInterceptor.scheduleActivity.

Properties

activityType

Readonly activityType: string


args

Readonly args: unknown[]


headers

Readonly headers: Headers


options

Readonly options: ActivityOptions


seq

Readonly seq: number


typeInfo

Optional Readonly typeInfo: PayloadTypeInfo

TypeInfo selected for this invocation. Interceptors may replace it before calling next.