service/domain/workflow/workflowitem_close
Api Code Documentation / Exports / service/domain/workflow/workflowitem_close
Table of contents
Functions
Functions
closeWorkflowitem
▸ closeWorkflowitem(ctx, issuer, projectId, subprojectId, workflowitemId, repository, rejectReason?): Promise<Type<BusinessEvent[]>>
Parameters
| Name | Type |
|---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
repository | Repository |
rejectReason? | string |
Returns
Promise<Type<BusinessEvent[]>>