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:40

Variables#

requestDataSchema#

• Const requestDataSchema: ObjectSchema = WorkflowitemUpdated.modificationSchema

Defined in#

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

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:73