Skip to main content

service/domain/workflow/workflowitem_update

Api Code Documentation / Exports / service/domain/workflow/workflowitem_update

Table of contents

Interfaces

Type Aliases

Variables

Functions

Type Aliases

EventData

Ƭ EventData: Modification

Defined in

src/service/domain/workflow/workflowitem_update.ts:42

Variables

requestDataSchema

Const requestDataSchema: ObjectSchema<any> = WorkflowitemUpdated.modificationSchema

Defined in

src/service/domain/workflow/workflowitem_update.ts:43

Functions

updateWorkflowitem

updateWorkflowitem(ctx, issuer, projectId, subprojectId, workflowitemId, modification, repository): Promise<Type<{ newEvents: BusinessEvent[] ; workflowitem: Workflowitem }>>

Parameters

NameType
ctxCtx
issuerServiceUser
projectIdstring
subprojectIdstring
workflowitemIdstring
modificationRequestData
repositoryRepository

Returns

Promise<Type<{ newEvents: BusinessEvent[] ; workflowitem: Workflowitem }>>

Defined in

src/service/domain/workflow/workflowitem_update.ts:75