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
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
assignee | string |
projectId | string |
subprojectId | string |
workflowitemId | string |
repository | Repository |
Returns
Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>