Skip to content

@sourceloop/bpmn-service / Exports / WorkflowServiceBindings

Namespace: WorkflowServiceBindings

Table of contents

Variables

Variables

Config

Const Config: BindingKey<null | IWorkflowServiceConfig>

Defined in

services/bpmn-service/src/keys.ts:20


ExecutionInputValidatorFn

Const ExecutionInputValidatorFn: BindingKey<null | ExecutionInputValidator<AnyObject>>

Defined in

services/bpmn-service/src/keys.ts:23


RegisterWorkerFunction

Const RegisterWorkerFunction: BindingKey<null | WorkerRegisterFn<AnyObject, AnyObject>>

Defined in

services/bpmn-service/src/keys.ts:27


WORKER_MAP

Const WORKER_MAP: BindingKey<null | WorkerMap<AnyObject, AnyObject>>

Defined in

services/bpmn-service/src/keys.ts:35


WorkerImplementationFunction

Const WorkerImplementationFunction: BindingKey<null | WorkerImplementationFn<AnyObject, AnyObject>>

Defined in

services/bpmn-service/src/keys.ts:31


WorkflowManager

Const WorkflowManager: BindingKey<null | WorflowManager<AnyObject, AnyObject>>

Defined in

services/bpmn-service/src/keys.ts:17