Skip to main content

service/domain/workflow/workflowitem_assign

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

Table of contents

Functions

Functions

assignWorkflowitem

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

Parameters

NameType
ctxCtx
issuerServiceUser
assigneestring
projectIdstring
subprojectIdstring
workflowitemIdstring
repositoryRepository

Returns

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

Defined in

src/service/domain/workflow/workflowitem_assign.ts:28