Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://user.pmock.com/api/open/api/rpa/task/retryTask \ --header 'Content-Type: application/json' \ --data '{ "taskId": 123 }'
{ "traceId": "<string>", "code": 123, "msg": "<string>", "status": "finish", "data": null }
RPA
任务id
Request link ID
code
Request return message
Status, representing whether this is an instant completion or waiting state, finish or pending
Request return data