Skip to main content

Type Alias: PluginWorkflowExecutorDefinition

PluginWorkflowExecutorDefinition = PluginIntegrationDefinition & object

Type Declaration

configSchema

configSchema: PluginIntegrationSchema

outputPorts

outputPorts: readonly string[]

timeoutMs?

optional timeoutMs?: number

execute()

execute(context): PluginWorkflowExecutorResult | Promise<PluginWorkflowExecutorResult>

Parameters

context

PluginWorkflowExecutorContext

Returns

PluginWorkflowExecutorResult | Promise<PluginWorkflowExecutorResult>