service/domain/workflow/workflowitem_permission_grant
Api Code Documentation / Exports / service/domain/workflow/workflowitem_permission_grant
Table of contents
Functions
Functions
grantWorkflowitemPermission
▸ grantWorkflowitemPermission(ctx, issuer, projectId, subprojectId, workflowitemId, grantee, intent, repository): Promise<Type<BusinessEvent[]>>
Parameters
| Name | Type |
|---|---|
ctx | Ctx |
issuer | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
grantee | string |
intent | default |
repository | Repository |
Returns
Promise<Type<BusinessEvent[]>>
Defined in
src/service/domain/workflow/workflowitem_permission_grant.ts:37