service/domain/workflow/workflowitem_snapshot_published
Api Code Documentation / Exports / service/domain/workflow/workflowitem_snapshot_published
Table of contents
Interfaces
Variables
Functions
Variables
schema
• Const
schema: ObjectSchema
<any
>
Defined in
src/service/domain/workflow/workflowitem_snapshot_published.ts:23
Functions
createEvent
▸ createEvent(source
, publisher
, projectId
, subprojectId
, workflowitem
, time?
): Type
<Event
>
Parameters
Name | Type |
---|---|
source | string |
publisher | string |
projectId | string |
subprojectId | string |
workflowitem | Workflowitem |
time | string |
Returns
Defined in
src/service/domain/workflow/workflowitem_snapshot_published.ts:33
validate
▸ validate(input
): Type
<Event
>
Parameters
Name | Type |
---|---|
input | any |
Returns
Defined in
src/service/domain/workflow/workflowitem_snapshot_published.ts:58