Memulai alur kerja secara manual.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
emr-serverless-spark:StartProcessInstance |
none |
*All Resource
|
None | None |
Sintaks permintaan
POST /dolphinscheduler/projects/{bizId}/executors/start-process-instance HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| bizId |
string |
Yes |
ID ruang kerja. |
w-d8******** |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| productNamespace |
string |
Yes |
Kode produk. |
SS |
| processDefinitionCode |
integer |
Yes |
ID definisi alur kerja. |
12*********** |
| versionNumber |
integer |
No |
Nomor versi definisi alur kerja. |
1 |
| isProd |
boolean |
No |
Apakah alur kerja berjalan di lingkungan produksi. |
false |
| runtimeQueue |
string |
No |
Antrian waktu proses. |
root_queue |
| versionHashCode |
string |
No |
Kode hash versi. |
dh********* |
| regionId |
string |
No |
ID wilayah. |
cn-hangzhou |
| interval |
string |
No |
||
| action |
string |
No |
||
| comments |
string |
No |
||
|
string |
No |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| requestId |
string |
Id of the request |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
| code |
integer |
The return code from the backend. |
1400009 |
| msg |
string |
The detailed description of the return code. |
No permission for resource action |
| data |
any |
The returned data. |
null |
| success |
boolean |
Indicates whether the request was successful. |
true |
| failed |
boolean |
Indicates whether the manual workflow run failed. |
false |
| httpStatusCode |
integer |
The HTTP status code. |
200 |
Contoh
Respons sukses
JSONformat
{
"requestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
"code": 1400009,
"msg": "No permission for resource action",
"data": "null",
"success": true,
"failed": false,
"httpStatusCode": 200
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.