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 insrc/service/domain/workflow/workflowitem_update.ts:40
#
Variables#
requestDataSchema• Const
requestDataSchema: ObjectSchema
= WorkflowitemUpdated.modificationSchema
#
Defined insrc/service/domain/workflow/workflowitem_update.ts:41
#
Functions#
updateWorkflowitemâ–¸ updateWorkflowitem(ctx
, issuer
, projectId
, subprojectId
, workflowitemId
, modification
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
modification | RequestData |
repository | Repository |
#
ReturnsPromise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>