Updates the advanced configuration of a task node.
Operation description
You can call this operation to configure a failed task or rerun a task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
NodeId | string | Yes | The ID of the task node. You can call the GetTaskInstanceRelation operation to query the node ID. | 43**** |
NodeConfig | string | Yes | The advanced configuration for the node. The value of this parameter must be a JSON string. | { "rerun":{ "rerunEnable":true, "rerunCount":1, "rerunInterval":10 } } |
The following sample code provides an example on how to specify the NodeConfig parameter:
"rerun":{ // This field is required.
"rerunEnable":true, // Specifies whether to enable rerun.
"rerunCount":1, // The number of reruns.
"rerunInterval":10 // The interval between each rerun.
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "F4E2A94B-604F-43FF-93E7-F4EE3DCF412E",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history