service/domain/workflow/workflowitem_history_get
Api Code Documentation / Exports / service/domain/workflow/workflowitem_history_get
Table of contents
Functions
Functions
getHistory
▸ getHistory(ctx
, user
, projectId
, subprojectId
, workflowitemId
, repository
, filter?
): Promise
<Type
<WorkflowitemTraceEvent
[]>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
user | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
repository | Repository |
filter? | Filter |
Returns
Promise
<Type
<WorkflowitemTraceEvent
[]>>