service/domain/workflow/workflowitem_assign
Api Code Documentation / Exports / service/domain/workflow/workflowitem_assign
#
Table of contents#
Functions#
Functions#
assignWorkflowitemâ–¸ assignWorkflowitem(ctx
, publisher
, assignee
, projectId
, subprojectId
, workflowitemId
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
publisher | ServiceUser |
assignee | string |
projectId | string |
subprojectId | string |
workflowitemId | string |
repository | Repository |
#
ReturnsPromise
<Type
<{ newEvents
: BusinessEvent
[] ; workflowitem
: Workflowitem
}>>