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
}>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
repository | Repository |
#
ReturnsPromise
<Type
<{ newEvents
: BusinessEvent
[] ; project
: Project
}>>