简体中文
test a automation workflow node
cURL
curl --request POST \ --url http://127.0.0.1:3000/api/base/{baseId}/workflow/{workflowId}/test/{nodeId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "recordId": "<string>", "sideEffect": true, "withDependency": true } '
{ "createdTime": "<string>", "spent": 123, "inputRaw": "<unknown>", "outputRaw": "<unknown>", "inputVariables": {}, "outputVariables": {}, "errorMsg": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the record id to test
whether to test with side effect
whether to test with dependency
Successful updated
spent time
The variables snapshot when executed
此页面对您有帮助吗?