service/domain/workflow/workflowitem_created
Api Code Documentation / Exports / service/domain/workflow/workflowitem_created
#
Table of contents#
Interfaces#
Variables#
Functions#
Variables#
schema• Const
schema: ObjectSchema
#
Defined insrc/service/domain/workflow/workflowitem_created.ts:65
#
Functions#
createEventâ–¸ createEvent(source
, publisher
, projectId
, subprojectId
, workflowitem
, time?
): Type
<Event
>
#
ParametersName | Type |
---|---|
source | string |
publisher | string |
projectId | string |
subprojectId | string |
workflowitem | InitialData |
time | string |
#
Returns#
Defined insrc/service/domain/workflow/workflowitem_created.ts:75
#
createFromâ–¸ createFrom(ctx
, event
): Type
<Workflowitem
>
#
ParametersName | Type |
---|---|
ctx | Ctx |
event | Event |
#
Returns#
Defined insrc/service/domain/workflow/workflowitem_created.ts:105
#
validateâ–¸ validate(input
): Type
<Event
>
#
ParametersName | Type |
---|---|
input | any |