service/workflowitem_cache_helper
Api Code Documentation / Exports / service/workflowitem_cache_helper
Table of contents
Functions
Functions
getAllWorkflowitems
▸ getAllWorkflowitems(conn
, ctx
, projectId
, subprojectId
): Promise
<Workflowitem
[]>
Parameters
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
projectId | string |
subprojectId | string |
Returns
Promise
<Workflowitem
[]>
Defined in
src/service/workflowitem_cache_helper.ts:28
getWorkflowitem
▸ getWorkflowitem(conn
, ctx
, projectId
, workflowitemId
): Promise
<Type
<Workflowitem
>>
Parameters
Name | Type |
---|---|
conn | ConnToken |
ctx | Ctx |
projectId | string |
workflowitemId | string |
Returns
Promise
<Type
<Workflowitem
>>