All Products
Search
Document Center

DataWorks:UpdateWorkbenchEventResult

Last Updated:Oct 17, 2024

Returns the processing result sent by an extension after a process in Operation Center is blocked by the extension.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
MessageIdstringYes

The ID of the message received when the related extension point event is triggered after you enable message subscription by using the OpenEvent module.

03400b03-b721-4c34-8727-2d6884077091
ExtensionCodestringYes

The code of the extension.

58e95e2acd6f408e8707f1bf2591f9e9
CheckResultstringYes

The check result of the extension point event. Valid values: OK and Fail.

FAIL
CheckResultTipstringNo

The cause of the check failure.

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

0bc1ec92159376****
Successboolean

Indicates whether the request was successful.

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "0bc1ec92159376****",
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history