Skip to main content

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 in#

src/service/domain/workflow/notification_created.ts:30

Functions#

createEvent#

â–¸ createEvent(source, publisher, recipient, businessEvent, projectId?, subprojectId?, workflowitemId?, time?): Type<Event>

Parameters#

NameType
sourcestring
publisherstring
recipientstring
businessEventBusinessEvent
projectId?string
subprojectId?string
workflowitemId?string
timestring

Returns#

Type<Event>

Defined in#

src/service/domain/workflow/notification_created.ts:44


validate#

â–¸ validate(input): Type<Event>

Parameters#

NameType
inputany

Returns#

Type<Event>

Defined in#

src/service/domain/workflow/notification_created.ts:75