Update a Workflow Condition
PUT {{base_url}}/Workflow/dlgWorkflowConditions/:ConditionID
Use this endpoint to update a single workflow condition by specifying the condition ID.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"ConditionID":"WorkflowCondition_APITest","ID":"5698FE5416D34CE8AF6E8E37327975D9","ColumnName":"ApprovalItem.WorkflowStep","DataType":"int","Operator":"=","ExpectedValue":"2","ExpectedValueDescription":"2","ConditionOrder":1,"ConditionOperator":"","SQLExpression":""}]