service/domain/workflow/notification_created
Api Code Documentation / Exports / service/domain/workflow/notification_created
#
Table of contents#
Interfaces#
Variables#
Functions#
Variables#
schema• Const
schema: ObjectSchema
#
Defined insrc/service/domain/workflow/notification_created.ts:30
#
Functions#
createEventâ–¸ createEvent(source
, publisher
, recipient
, businessEvent
, projectId?
, subprojectId?
, workflowitemId?
, time?
): Type
<Event
>
#
ParametersName | Type |
---|---|
source | string |
publisher | string |
recipient | string |
businessEvent | BusinessEvent |
projectId? | string |
subprojectId? | string |
workflowitemId? | string |
time | string |
#
Returns#
Defined insrc/service/domain/workflow/notification_created.ts:44
#
validateâ–¸ validate(input
): Type
<Event
>
#
ParametersName | Type |
---|---|
input | any |