Mengkueri definisi proses tipe tertentu.
Deskripsi operasi
Description
-
Queries process definitions of a specified policy type.
-
This operation supports paginated queries. You can use the
PageSizeandPageNumberparameters to control the page size and page number. -
You can also use the
NextTokenandMaxResultsparameters to page through large result sets. -
The response includes the total count, page size, current page number, and a list of process definitions.
-
Each process definition includes key attributes, such as its ID, enabled status, and priority.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Type |
string |
No |
Tipe definisi proses. Nilai valid:
|
MaxCompute |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|
||
| RequestId |
string |
The request ID. |
0bc5df3a17***903790e8e8a |
| PagingInfo |
object |
The pagination information. |
|
| TotalCount |
integer |
The total number of entries. |
100 |
| ProcessDefinitions |
array<object> |
A list of process definitions. For more information, see the |
|
|
object |
A summary of a process definition. |
||
| Id |
string |
流程定义 ID |
10354346 |
| Name |
string |
流程定义名称 |
MaxCompute 表审批 |
| Description |
string |
流程定义描述 |
lwt_ide_simple 项目 MaxCompute 表审批策略 |
| Type |
string |
流程定义类型,枚举:
|
MaxCompute |
| SubType |
string |
子类型:
|
Table |
| IsSystem |
boolean |
是否为系统默认策略,系统策略只能更新通知服务 |
false |
| Enabled |
boolean |
是否启用 |
true |
| Priority |
string |
优先级,数值越小优先级越高 |
1 |
| Scopes |
array |
规则生效阶段:
|
|
|
string |
规则生效阶段 |
Deployment |
Contoh
Respons sukses
JSONformat
{
"RequestId": "",
"PagingInfo": {
"TotalCount": 0,
"ProcessDefinitions": [
{
"Id": "",
"Name": "",
"Description": "",
"Type": "",
"SubType": "",
"IsSystem": true,
"Enabled": true,
"Priority": "",
"Scopes": [
""
]
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.