service/domain/workflow/workflowitem_snapshot_publish
Api Code Documentation / Exports / service/domain/workflow/workflowitem_snapshot_publish
Table of contents
Functions
Functions
publishWorkflowitemSnapshot
▸ publishWorkflowitemSnapshot(ctx
, conn
, streamName
, workflowitemId
, creatingUser
): Promise
<{ canPublish
: boolean
; eventData
: Type
<BusinessEvent
> }>
Parameters
Name | Type |
---|---|
ctx | Ctx |
conn | ConnToken |
streamName | string |
workflowitemId | string |
creatingUser | ServiceUser |
Returns
Promise
<{ canPublish
: boolean
; eventData
: Type
<BusinessEvent
> }>
Defined in
src/service/domain/workflow/workflowitem_snapshot_publish.ts:15