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