WorkflowitemUpdateServiceInterface
Api Code Documentation / Exports / index / WorkflowitemUpdateServiceInterface
index.WorkflowitemUpdateServiceInterface
Represents the service that updates a workflowitem
Table of contents
Methods
Methods
updateWorkflowitem
▸ updateWorkflowitem(ctx
, user
, projectId
, subprojectId
, workflowitemId
, data
): Promise
<Type
<void
>>
Parameters
Name | Type |
---|---|
ctx | Ctx |
user | ServiceUser |
projectId | string |
subprojectId | string |
workflowitemId | string |
data | RequestData |
Returns
Promise
<Type
<void
>>