Skip to content

@sourceloop/bpmn-service / Exports / ExecuteWorkflowDto

Class: ExecuteWorkflowDto<T>

Type parameters

Name Type
T AnyObject

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new ExecuteWorkflowDto<T>(data?)

Type parameters

Name Type
T AnyObject

Parameters

Name Type
data? Partial<ExecuteWorkflowDto<T>>

Inherited from

CoreModel< ExecuteWorkflowDto<T> >.constructor

Defined in

packages/core/dist/models/core-model.d.ts:3

Properties

input

input: T

Defined in

services/bpmn-service/src/models/execute-workflow-dto.ts:21


workflowVersion

Optional workflowVersion: number

Defined in

services/bpmn-service/src/models/execute-workflow-dto.ts:15