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<any>

Defined in

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

Functions

createEvent

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

Parameters

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

Returns

Type<Event>

Defined in

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


validate

validate(input): Type<Event>

Parameters

NameType
inputany

Returns

Type<Event>

Defined in

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