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