service/domain/workflow/subproject_close
Api Code Documentation / Exports / service/domain/workflow/subproject_close
#
Table of contents#
Functions#
Functions#
closeSubprojectâ–¸ closeSubproject(ctx
, issuer
, projectId
, subprojectId
, repository
): Promise
<Type
<{ newEvents
: BusinessEvent
[] ; subproject
: Subproject
}>>
#
ParametersName | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
repository | Repository |
#
ReturnsPromise
<Type
<{ newEvents
: BusinessEvent
[] ; subproject
: Subproject
}>>