service/domain/workflow/workflowitem_create
Api Code Documentation / Exports / service/domain/workflow/workflowitem_create
Table of contents
Interfaces
Functions
Functions
createWorkflowitem
▸ createWorkflowitem(ctx
, issuer
, reqData
, repository
): Promise
<Type
<BusinessEvent
[]>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
issuer | ServiceUser |
reqData | RequestData |
repository | Repository |
Returns
Promise
<Type
<BusinessEvent
[]>>
Defined in
src/service/domain/workflow/workflowitem_create.ts:167
validate
▸ validate(input
): Type
<RequestData
>
Parameters
Name | Type |
---|---|
input | any |