service/domain/workflow/project_snapshot_publish
Api Code Documentation / Exports / service/domain/workflow/project_snapshot_publish
Table of contents
Functions
Functions
publishProjectSnapshot
▸ publishProjectSnapshot(ctx
, conn
, streamName
, creatingUser
): Promise
<{ canPublish
: boolean
; eventData
: Type
<BusinessEvent
> }>
Parameters
Name | Type |
---|---|
ctx | Ctx |
conn | ConnToken |
streamName | string |
creatingUser | ServiceUser |
Returns
Promise
<{ canPublish
: boolean
; eventData
: Type
<BusinessEvent
> }>