service/domain/workflow/project_close
Api Code Documentation / Exports / service/domain/workflow/project_close
Table of contents
Functions
Functions
closeProject
▸ closeProject(ctx
, issuer
, projectId
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; project
: Project
}>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
repository | Repository |
Returns
Promise
<Type
<{ newEvents
: BusinessEvent
[] ; project
: Project
}>>