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:47
Variables
requestDataSchema
• Const
requestDataSchema: ObjectSchema
<any
> = WorkflowitemUpdated.modificationSchema
Defined in
src/service/domain/workflow/workflowitem_update.ts:48
Functions
updateWorkflowitem
▸ updateWorkflowitem(ctx
, issuer
, projectId
, subprojectId
, workflowitemId
, modification
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
modification | RequestData |
repository | Repository |
Returns
Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>