All Products
Search
Document Center

Data Management:UpdateWorkFlowNode

Last Updated:Aug 14, 2026

Updates the list of approval nodes.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

NodeName

string

Yes

The name of the approval node.

TestNode

Comment

string

Yes

The description of the approval node.

For test use

UserIdList

string

Yes

The list of DMS user IDs. Separate multiple user IDs with commas (,). You can call ListUsers to obtain user IDs.

1,2

NodeId

integer

Yes

The node ID.

1

Response elements

Element

Type

Description

Example

object

RequestId

string

The request ID.

34E01EDD-6A16-4CF0-9541-C644D1BE01AA

ErrorCode

string

The error code.

403

ErrorMessage

string

The error message.

UnknownError

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "34E01EDD-6A16-4CF0-9541-C644D1BE01AA",
  "ErrorCode": "403",
  "ErrorMessage": "UnknownError",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.