Skip to main content

Interface: CELValidationRequest

Defined in: packages/sdk/src/types/cel-types.ts:55

Parameters for requesting CEL context.

Extends

Properties

contextType?

optional contextType: NonNullable<CELContextRequestContextType>

Defined in: packages/sdk/src/types/cel-types.ts:41

Inherited from

CELContextRequest.contextType


dataTypeId?

optional dataTypeId: number

Defined in: packages/sdk/src/types/cel-types.ts:38

Inherited from

CELContextRequest.dataTypeId


eventType?

optional eventType: string

Defined in: packages/sdk/src/types/cel-types.ts:39

Inherited from

CELContextRequest.eventType


expression

expression: string

Defined in: packages/sdk/src/types/cel-types.ts:56


objectType?

optional objectType: string

Defined in: packages/sdk/src/types/cel-types.ts:40

Inherited from

CELContextRequest.objectType


syncDirection?

optional syncDirection: NonNullable<CELContextRequestSyncDirection>

Defined in: packages/sdk/src/types/cel-types.ts:42

Inherited from

CELContextRequest.syncDirection


taskId?

optional taskId: number

Defined in: packages/sdk/src/types/cel-types.ts:37

Inherited from

CELContextRequest.taskId


workflowRevisionId?

optional workflowRevisionId: number

Defined in: packages/sdk/src/types/cel-types.ts:36

Inherited from

CELContextRequest.workflowRevisionId