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<any>
Defined in
src/service/domain/workflow/notification_created.ts:34
Functions
createEvent
▸ createEvent(source, publisher, recipient, businessEvent, projectId?, subprojectId?, workflowitemId?, time?, metadata?): Type<Event>
Parameters
| Name | Type |
|---|---|
source | string |
publisher | string |
recipient | string |
businessEvent | BusinessEvent |
projectId? | string |
subprojectId? | string |
workflowitemId? | string |
time | string |
metadata? | UserMetadata |
Returns
Defined in
src/service/domain/workflow/notification_created.ts:49
validate
▸ validate(input): Type<Event>
Parameters
| Name | Type |
|---|---|
input | any |