Skip to content

MngArchiveWorkflowRule

Archives a workflow chain by setting status = 2. Archived rules are removed from hot cache.

Access

SESSION_ADMIN only.

Request Parameters

Name Type Required Description
id int Yes Workflow rule id

Request

{
  "command": "MngArchiveWorkflowRule",
  "extID": "1",
  "data": {
    "id": 1
  }
}

Response Data

{
  "id": 1
}