huaweicloudsdkdwr 3.1.142__py2.py3-none-any.whl → 3.1.144__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of huaweicloudsdkdwr might be problematic. Click here for more details.
- huaweicloudsdkdwr/v3/dwr_async_client.py +23 -23
- huaweicloudsdkdwr/v3/dwr_client.py +23 -23
- huaweicloudsdkdwr/v3/model/accept_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/accept_service_contract_response.py +5 -5
- huaweicloudsdkdwr/v3/model/action.py +25 -25
- huaweicloudsdkdwr/v3/model/action_result.py +11 -11
- huaweicloudsdkdwr/v3/model/action_template_item.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/async_invoke_api_start_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/check_workflow_authentication_response.py +29 -29
- huaweicloudsdkdwr/v3/model/create_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_my_action_template_response.py +25 -25
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_request.py +1 -1
- huaweicloudsdkdwr/v3/model/create_workflow_authentication_response.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/create_workflow_request_body.py +15 -15
- huaweicloudsdkdwr/v3/model/create_workflow_response.py +15 -15
- huaweicloudsdkdwr/v3/model/delete_my_action_template_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_my_action_template_response.py +5 -5
- huaweicloudsdkdwr/v3/model/delete_workflow_request.py +3 -3
- huaweicloudsdkdwr/v3/model/delete_workflow_response.py +5 -5
- huaweicloudsdkdwr/v3/model/execute_workflow_body.py +7 -7
- huaweicloudsdkdwr/v3/model/execution.py +15 -15
- huaweicloudsdkdwr/v3/model/express_config.py +5 -5
- huaweicloudsdkdwr/v3/model/func_vpc.py +13 -13
- huaweicloudsdkdwr/v3/model/graph_item.py +9 -9
- huaweicloudsdkdwr/v3/model/input.py +21 -21
- huaweicloudsdkdwr/v3/model/input_para_type.py +1 -1
- huaweicloudsdkdwr/v3/model/input_para_value_type.py +1 -1
- huaweicloudsdkdwr/v3/model/list_my_action_template_request.py +11 -11
- huaweicloudsdkdwr/v3/model/list_my_action_template_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_system_templates_request.py +9 -9
- huaweicloudsdkdwr/v3/model/list_system_templates_response.py +19 -19
- huaweicloudsdkdwr/v3/model/list_workflow_instance_request.py +13 -13
- huaweicloudsdkdwr/v3/model/list_workflow_instance_response.py +17 -17
- huaweicloudsdkdwr/v3/model/list_workflows_request.py +7 -7
- huaweicloudsdkdwr/v3/model/list_workflows_response.py +17 -17
- huaweicloudsdkdwr/v3/model/node_execution.py +15 -15
- huaweicloudsdkdwr/v3/model/policy.py +5 -5
- huaweicloudsdkdwr/v3/model/provided_action.py +35 -35
- huaweicloudsdkdwr/v3/model/public_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/public_template_register_type.py +1 -1
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_request.py +5 -5
- huaweicloudsdkdwr/v3/model/restore_workflow_execution_response.py +15 -15
- huaweicloudsdkdwr/v3/model/show_public_action_list_request.py +9 -9
- huaweicloudsdkdwr/v3/model/show_public_action_list_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_public_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_public_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_service_contract_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_service_contract_response.py +13 -13
- huaweicloudsdkdwr/v3/model/show_system_template_detail_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_system_template_detail_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_third_template_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_third_template_info_response.py +11 -11
- huaweicloudsdkdwr/v3/model/show_workflow_info_request.py +3 -3
- huaweicloudsdkdwr/v3/model/show_workflow_info_response.py +19 -19
- huaweicloudsdkdwr/v3/model/show_workflow_instance_request.py +5 -5
- huaweicloudsdkdwr/v3/model/show_workflow_instance_response.py +33 -33
- huaweicloudsdkdwr/v3/model/state.py +19 -19
- huaweicloudsdkdwr/v3/model/statement.py +5 -5
- huaweicloudsdkdwr/v3/model/third_action_template_item.py +15 -15
- huaweicloudsdkdwr/v3/model/third_template_request_body.py +25 -25
- huaweicloudsdkdwr/v3/model/update_my_action_template_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_my_action_template_response.py +15 -15
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_request.py +3 -3
- huaweicloudsdkdwr/v3/model/update_my_action_template_to_deprecated_response.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_body.py +3 -3
- huaweicloudsdkdwr/v3/model/update_workflow_request.py +5 -5
- huaweicloudsdkdwr/v3/model/update_workflow_response.py +15 -15
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/METADATA +2 -2
- huaweicloudsdkdwr-3.1.144.dist-info/RECORD +80 -0
- huaweicloudsdkdwr-3.1.142.dist-info/RECORD +0 -80
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/LICENSE +0 -0
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/WHEEL +0 -0
- {huaweicloudsdkdwr-3.1.142.dist-info → huaweicloudsdkdwr-3.1.144.dist-info}/top_level.txt +0 -0
|
@@ -25,7 +25,7 @@ class ShowWorkflowInfoRequest:
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
def __init__(self, graph_name=None):
|
|
28
|
-
"""ShowWorkflowInfoRequest
|
|
28
|
+
r"""ShowWorkflowInfoRequest
|
|
29
29
|
|
|
30
30
|
The model defined in huaweicloud sdk
|
|
31
31
|
|
|
@@ -42,7 +42,7 @@ class ShowWorkflowInfoRequest:
|
|
|
42
42
|
|
|
43
43
|
@property
|
|
44
44
|
def graph_name(self):
|
|
45
|
-
"""Gets the graph_name of this ShowWorkflowInfoRequest.
|
|
45
|
+
r"""Gets the graph_name of this ShowWorkflowInfoRequest.
|
|
46
46
|
|
|
47
47
|
工作流名。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符。
|
|
48
48
|
|
|
@@ -53,7 +53,7 @@ class ShowWorkflowInfoRequest:
|
|
|
53
53
|
|
|
54
54
|
@graph_name.setter
|
|
55
55
|
def graph_name(self, graph_name):
|
|
56
|
-
"""Sets the graph_name of this ShowWorkflowInfoRequest.
|
|
56
|
+
r"""Sets the graph_name of this ShowWorkflowInfoRequest.
|
|
57
57
|
|
|
58
58
|
工作流名。名称必须以字母或数字开头,只能由字母、数字、下划线和中划线组成,长度小于等于64个字符。
|
|
59
59
|
|
|
@@ -42,7 +42,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
def __init__(self, name=None, created_at=None, definition=None, graph_urn=None, description=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
45
|
-
"""ShowWorkflowInfoResponse
|
|
45
|
+
r"""ShowWorkflowInfoResponse
|
|
46
46
|
|
|
47
47
|
The model defined in huaweicloud sdk
|
|
48
48
|
|
|
@@ -100,7 +100,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
100
100
|
|
|
101
101
|
@property
|
|
102
102
|
def name(self):
|
|
103
|
-
"""Gets the name of this ShowWorkflowInfoResponse.
|
|
103
|
+
r"""Gets the name of this ShowWorkflowInfoResponse.
|
|
104
104
|
|
|
105
105
|
工作流的名称。
|
|
106
106
|
|
|
@@ -111,7 +111,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
111
111
|
|
|
112
112
|
@name.setter
|
|
113
113
|
def name(self, name):
|
|
114
|
-
"""Sets the name of this ShowWorkflowInfoResponse.
|
|
114
|
+
r"""Sets the name of this ShowWorkflowInfoResponse.
|
|
115
115
|
|
|
116
116
|
工作流的名称。
|
|
117
117
|
|
|
@@ -122,7 +122,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
122
122
|
|
|
123
123
|
@property
|
|
124
124
|
def created_at(self):
|
|
125
|
-
"""Gets the created_at of this ShowWorkflowInfoResponse.
|
|
125
|
+
r"""Gets the created_at of this ShowWorkflowInfoResponse.
|
|
126
126
|
|
|
127
127
|
工作流的创建时间。
|
|
128
128
|
|
|
@@ -133,7 +133,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
133
133
|
|
|
134
134
|
@created_at.setter
|
|
135
135
|
def created_at(self, created_at):
|
|
136
|
-
"""Sets the created_at of this ShowWorkflowInfoResponse.
|
|
136
|
+
r"""Sets the created_at of this ShowWorkflowInfoResponse.
|
|
137
137
|
|
|
138
138
|
工作流的创建时间。
|
|
139
139
|
|
|
@@ -144,7 +144,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
144
144
|
|
|
145
145
|
@property
|
|
146
146
|
def definition(self):
|
|
147
|
-
"""Gets the definition of this ShowWorkflowInfoResponse.
|
|
147
|
+
r"""Gets the definition of this ShowWorkflowInfoResponse.
|
|
148
148
|
|
|
149
149
|
工作流的定义。
|
|
150
150
|
|
|
@@ -155,7 +155,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
155
155
|
|
|
156
156
|
@definition.setter
|
|
157
157
|
def definition(self, definition):
|
|
158
|
-
"""Sets the definition of this ShowWorkflowInfoResponse.
|
|
158
|
+
r"""Sets the definition of this ShowWorkflowInfoResponse.
|
|
159
159
|
|
|
160
160
|
工作流的定义。
|
|
161
161
|
|
|
@@ -166,7 +166,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
166
166
|
|
|
167
167
|
@property
|
|
168
168
|
def graph_urn(self):
|
|
169
|
-
"""Gets the graph_urn of this ShowWorkflowInfoResponse.
|
|
169
|
+
r"""Gets the graph_urn of this ShowWorkflowInfoResponse.
|
|
170
170
|
|
|
171
171
|
工作流的URN。
|
|
172
172
|
|
|
@@ -177,7 +177,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
177
177
|
|
|
178
178
|
@graph_urn.setter
|
|
179
179
|
def graph_urn(self, graph_urn):
|
|
180
|
-
"""Sets the graph_urn of this ShowWorkflowInfoResponse.
|
|
180
|
+
r"""Sets the graph_urn of this ShowWorkflowInfoResponse.
|
|
181
181
|
|
|
182
182
|
工作流的URN。
|
|
183
183
|
|
|
@@ -188,7 +188,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
188
188
|
|
|
189
189
|
@property
|
|
190
190
|
def description(self):
|
|
191
|
-
"""Gets the description of this ShowWorkflowInfoResponse.
|
|
191
|
+
r"""Gets the description of this ShowWorkflowInfoResponse.
|
|
192
192
|
|
|
193
193
|
工作流的描述。
|
|
194
194
|
|
|
@@ -199,7 +199,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
199
199
|
|
|
200
200
|
@description.setter
|
|
201
201
|
def description(self, description):
|
|
202
|
-
"""Sets the description of this ShowWorkflowInfoResponse.
|
|
202
|
+
r"""Sets the description of this ShowWorkflowInfoResponse.
|
|
203
203
|
|
|
204
204
|
工作流的描述。
|
|
205
205
|
|
|
@@ -210,7 +210,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
210
210
|
|
|
211
211
|
@property
|
|
212
212
|
def x_request_id(self):
|
|
213
|
-
"""Gets the x_request_id of this ShowWorkflowInfoResponse.
|
|
213
|
+
r"""Gets the x_request_id of this ShowWorkflowInfoResponse.
|
|
214
214
|
|
|
215
215
|
:return: The x_request_id of this ShowWorkflowInfoResponse.
|
|
216
216
|
:rtype: str
|
|
@@ -219,7 +219,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
219
219
|
|
|
220
220
|
@x_request_id.setter
|
|
221
221
|
def x_request_id(self, x_request_id):
|
|
222
|
-
"""Sets the x_request_id of this ShowWorkflowInfoResponse.
|
|
222
|
+
r"""Sets the x_request_id of this ShowWorkflowInfoResponse.
|
|
223
223
|
|
|
224
224
|
:param x_request_id: The x_request_id of this ShowWorkflowInfoResponse.
|
|
225
225
|
:type x_request_id: str
|
|
@@ -228,7 +228,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
228
228
|
|
|
229
229
|
@property
|
|
230
230
|
def connection(self):
|
|
231
|
-
"""Gets the connection of this ShowWorkflowInfoResponse.
|
|
231
|
+
r"""Gets the connection of this ShowWorkflowInfoResponse.
|
|
232
232
|
|
|
233
233
|
:return: The connection of this ShowWorkflowInfoResponse.
|
|
234
234
|
:rtype: str
|
|
@@ -237,7 +237,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
237
237
|
|
|
238
238
|
@connection.setter
|
|
239
239
|
def connection(self, connection):
|
|
240
|
-
"""Sets the connection of this ShowWorkflowInfoResponse.
|
|
240
|
+
r"""Sets the connection of this ShowWorkflowInfoResponse.
|
|
241
241
|
|
|
242
242
|
:param connection: The connection of this ShowWorkflowInfoResponse.
|
|
243
243
|
:type connection: str
|
|
@@ -246,7 +246,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
246
246
|
|
|
247
247
|
@property
|
|
248
248
|
def content_length(self):
|
|
249
|
-
"""Gets the content_length of this ShowWorkflowInfoResponse.
|
|
249
|
+
r"""Gets the content_length of this ShowWorkflowInfoResponse.
|
|
250
250
|
|
|
251
251
|
:return: The content_length of this ShowWorkflowInfoResponse.
|
|
252
252
|
:rtype: str
|
|
@@ -255,7 +255,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
255
255
|
|
|
256
256
|
@content_length.setter
|
|
257
257
|
def content_length(self, content_length):
|
|
258
|
-
"""Sets the content_length of this ShowWorkflowInfoResponse.
|
|
258
|
+
r"""Sets the content_length of this ShowWorkflowInfoResponse.
|
|
259
259
|
|
|
260
260
|
:param content_length: The content_length of this ShowWorkflowInfoResponse.
|
|
261
261
|
:type content_length: str
|
|
@@ -264,7 +264,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
264
264
|
|
|
265
265
|
@property
|
|
266
266
|
def date(self):
|
|
267
|
-
"""Gets the date of this ShowWorkflowInfoResponse.
|
|
267
|
+
r"""Gets the date of this ShowWorkflowInfoResponse.
|
|
268
268
|
|
|
269
269
|
:return: The date of this ShowWorkflowInfoResponse.
|
|
270
270
|
:rtype: str
|
|
@@ -273,7 +273,7 @@ class ShowWorkflowInfoResponse(SdkResponse):
|
|
|
273
273
|
|
|
274
274
|
@date.setter
|
|
275
275
|
def date(self, date):
|
|
276
|
-
"""Sets the date of this ShowWorkflowInfoResponse.
|
|
276
|
+
r"""Sets the date of this ShowWorkflowInfoResponse.
|
|
277
277
|
|
|
278
278
|
:param date: The date of this ShowWorkflowInfoResponse.
|
|
279
279
|
:type date: str
|
|
@@ -27,7 +27,7 @@ class ShowWorkflowInstanceRequest:
|
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
def __init__(self, execution_name=None, graph_name=None):
|
|
30
|
-
"""ShowWorkflowInstanceRequest
|
|
30
|
+
r"""ShowWorkflowInstanceRequest
|
|
31
31
|
|
|
32
32
|
The model defined in huaweicloud sdk
|
|
33
33
|
|
|
@@ -48,7 +48,7 @@ class ShowWorkflowInstanceRequest:
|
|
|
48
48
|
|
|
49
49
|
@property
|
|
50
50
|
def execution_name(self):
|
|
51
|
-
"""Gets the execution_name of this ShowWorkflowInstanceRequest.
|
|
51
|
+
r"""Gets the execution_name of this ShowWorkflowInstanceRequest.
|
|
52
52
|
|
|
53
53
|
工作流实例名称。
|
|
54
54
|
|
|
@@ -59,7 +59,7 @@ class ShowWorkflowInstanceRequest:
|
|
|
59
59
|
|
|
60
60
|
@execution_name.setter
|
|
61
61
|
def execution_name(self, execution_name):
|
|
62
|
-
"""Sets the execution_name of this ShowWorkflowInstanceRequest.
|
|
62
|
+
r"""Sets the execution_name of this ShowWorkflowInstanceRequest.
|
|
63
63
|
|
|
64
64
|
工作流实例名称。
|
|
65
65
|
|
|
@@ -70,7 +70,7 @@ class ShowWorkflowInstanceRequest:
|
|
|
70
70
|
|
|
71
71
|
@property
|
|
72
72
|
def graph_name(self):
|
|
73
|
-
"""Gets the graph_name of this ShowWorkflowInstanceRequest.
|
|
73
|
+
r"""Gets the graph_name of this ShowWorkflowInstanceRequest.
|
|
74
74
|
|
|
75
75
|
工作流名称。
|
|
76
76
|
|
|
@@ -81,7 +81,7 @@ class ShowWorkflowInstanceRequest:
|
|
|
81
81
|
|
|
82
82
|
@graph_name.setter
|
|
83
83
|
def graph_name(self, graph_name):
|
|
84
|
-
"""Sets the graph_name of this ShowWorkflowInstanceRequest.
|
|
84
|
+
r"""Sets the graph_name of this ShowWorkflowInstanceRequest.
|
|
85
85
|
|
|
86
86
|
工作流名称。
|
|
87
87
|
|
|
@@ -56,7 +56,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
def __init__(self, workflow_id=None, workflow_urn=None, execution_id=None, status=None, headers=None, input=None, output=None, begin_time=None, end_time=None, last_update_time=None, created_by=None, node_execution_details=None, x_request_id=None, connection=None, content_length=None, date=None):
|
|
59
|
-
"""ShowWorkflowInstanceResponse
|
|
59
|
+
r"""ShowWorkflowInstanceResponse
|
|
60
60
|
|
|
61
61
|
The model defined in huaweicloud sdk
|
|
62
62
|
|
|
@@ -149,7 +149,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
149
149
|
|
|
150
150
|
@property
|
|
151
151
|
def workflow_id(self):
|
|
152
|
-
"""Gets the workflow_id of this ShowWorkflowInstanceResponse.
|
|
152
|
+
r"""Gets the workflow_id of this ShowWorkflowInstanceResponse.
|
|
153
153
|
|
|
154
154
|
流程定义ID 最小长度:1 最大长度:64
|
|
155
155
|
|
|
@@ -160,7 +160,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
160
160
|
|
|
161
161
|
@workflow_id.setter
|
|
162
162
|
def workflow_id(self, workflow_id):
|
|
163
|
-
"""Sets the workflow_id of this ShowWorkflowInstanceResponse.
|
|
163
|
+
r"""Sets the workflow_id of this ShowWorkflowInstanceResponse.
|
|
164
164
|
|
|
165
165
|
流程定义ID 最小长度:1 最大长度:64
|
|
166
166
|
|
|
@@ -171,7 +171,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
171
171
|
|
|
172
172
|
@property
|
|
173
173
|
def workflow_urn(self):
|
|
174
|
-
"""Gets the workflow_urn of this ShowWorkflowInstanceResponse.
|
|
174
|
+
r"""Gets the workflow_urn of this ShowWorkflowInstanceResponse.
|
|
175
175
|
|
|
176
176
|
函数工作流URN, 格式为: urn:fss:<region_id>:<project_id>:workflow:<package>:<workflow_name>:<version> 注意: package当前只支持default version当前只支持latest
|
|
177
177
|
|
|
@@ -182,7 +182,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
182
182
|
|
|
183
183
|
@workflow_urn.setter
|
|
184
184
|
def workflow_urn(self, workflow_urn):
|
|
185
|
-
"""Sets the workflow_urn of this ShowWorkflowInstanceResponse.
|
|
185
|
+
r"""Sets the workflow_urn of this ShowWorkflowInstanceResponse.
|
|
186
186
|
|
|
187
187
|
函数工作流URN, 格式为: urn:fss:<region_id>:<project_id>:workflow:<package>:<workflow_name>:<version> 注意: package当前只支持default version当前只支持latest
|
|
188
188
|
|
|
@@ -193,7 +193,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
193
193
|
|
|
194
194
|
@property
|
|
195
195
|
def execution_id(self):
|
|
196
|
-
"""Gets the execution_id of this ShowWorkflowInstanceResponse.
|
|
196
|
+
r"""Gets the execution_id of this ShowWorkflowInstanceResponse.
|
|
197
197
|
|
|
198
198
|
流程执行实例ID 最小长度:1 最大长度:64
|
|
199
199
|
|
|
@@ -204,7 +204,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
204
204
|
|
|
205
205
|
@execution_id.setter
|
|
206
206
|
def execution_id(self, execution_id):
|
|
207
|
-
"""Sets the execution_id of this ShowWorkflowInstanceResponse.
|
|
207
|
+
r"""Sets the execution_id of this ShowWorkflowInstanceResponse.
|
|
208
208
|
|
|
209
209
|
流程执行实例ID 最小长度:1 最大长度:64
|
|
210
210
|
|
|
@@ -215,7 +215,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
215
215
|
|
|
216
216
|
@property
|
|
217
217
|
def status(self):
|
|
218
|
-
"""Gets the status of this ShowWorkflowInstanceResponse.
|
|
218
|
+
r"""Gets the status of this ShowWorkflowInstanceResponse.
|
|
219
219
|
|
|
220
220
|
流程实例执行状态 最小长度:1 最大长度:32 枚举值: success fail running timeout cancel
|
|
221
221
|
|
|
@@ -226,7 +226,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
226
226
|
|
|
227
227
|
@status.setter
|
|
228
228
|
def status(self, status):
|
|
229
|
-
"""Sets the status of this ShowWorkflowInstanceResponse.
|
|
229
|
+
r"""Sets the status of this ShowWorkflowInstanceResponse.
|
|
230
230
|
|
|
231
231
|
流程实例执行状态 最小长度:1 最大长度:32 枚举值: success fail running timeout cancel
|
|
232
232
|
|
|
@@ -237,7 +237,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
237
237
|
|
|
238
238
|
@property
|
|
239
239
|
def headers(self):
|
|
240
|
-
"""Gets the headers of this ShowWorkflowInstanceResponse.
|
|
240
|
+
r"""Gets the headers of this ShowWorkflowInstanceResponse.
|
|
241
241
|
|
|
242
242
|
函数执行时需要的Header。
|
|
243
243
|
|
|
@@ -248,7 +248,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
248
248
|
|
|
249
249
|
@headers.setter
|
|
250
250
|
def headers(self, headers):
|
|
251
|
-
"""Sets the headers of this ShowWorkflowInstanceResponse.
|
|
251
|
+
r"""Sets the headers of this ShowWorkflowInstanceResponse.
|
|
252
252
|
|
|
253
253
|
函数执行时需要的Header。
|
|
254
254
|
|
|
@@ -259,7 +259,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
259
259
|
|
|
260
260
|
@property
|
|
261
261
|
def input(self):
|
|
262
|
-
"""Gets the input of this ShowWorkflowInstanceResponse.
|
|
262
|
+
r"""Gets the input of this ShowWorkflowInstanceResponse.
|
|
263
263
|
|
|
264
264
|
函数执行时的入参
|
|
265
265
|
|
|
@@ -270,7 +270,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
270
270
|
|
|
271
271
|
@input.setter
|
|
272
272
|
def input(self, input):
|
|
273
|
-
"""Sets the input of this ShowWorkflowInstanceResponse.
|
|
273
|
+
r"""Sets the input of this ShowWorkflowInstanceResponse.
|
|
274
274
|
|
|
275
275
|
函数执行时的入参
|
|
276
276
|
|
|
@@ -281,7 +281,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
281
281
|
|
|
282
282
|
@property
|
|
283
283
|
def output(self):
|
|
284
|
-
"""Gets the output of this ShowWorkflowInstanceResponse.
|
|
284
|
+
r"""Gets the output of this ShowWorkflowInstanceResponse.
|
|
285
285
|
|
|
286
286
|
函数执行结果
|
|
287
287
|
|
|
@@ -292,7 +292,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
292
292
|
|
|
293
293
|
@output.setter
|
|
294
294
|
def output(self, output):
|
|
295
|
-
"""Sets the output of this ShowWorkflowInstanceResponse.
|
|
295
|
+
r"""Sets the output of this ShowWorkflowInstanceResponse.
|
|
296
296
|
|
|
297
297
|
函数执行结果
|
|
298
298
|
|
|
@@ -303,7 +303,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
303
303
|
|
|
304
304
|
@property
|
|
305
305
|
def begin_time(self):
|
|
306
|
-
"""Gets the begin_time of this ShowWorkflowInstanceResponse.
|
|
306
|
+
r"""Gets the begin_time of this ShowWorkflowInstanceResponse.
|
|
307
307
|
|
|
308
308
|
流程实例创建时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间 最小长度:0 最大长度:64
|
|
309
309
|
|
|
@@ -314,7 +314,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
314
314
|
|
|
315
315
|
@begin_time.setter
|
|
316
316
|
def begin_time(self, begin_time):
|
|
317
|
-
"""Sets the begin_time of this ShowWorkflowInstanceResponse.
|
|
317
|
+
r"""Sets the begin_time of this ShowWorkflowInstanceResponse.
|
|
318
318
|
|
|
319
319
|
流程实例创建时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间 最小长度:0 最大长度:64
|
|
320
320
|
|
|
@@ -325,7 +325,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
325
325
|
|
|
326
326
|
@property
|
|
327
327
|
def end_time(self):
|
|
328
|
-
"""Gets the end_time of this ShowWorkflowInstanceResponse.
|
|
328
|
+
r"""Gets the end_time of this ShowWorkflowInstanceResponse.
|
|
329
329
|
|
|
330
330
|
流程实例结束时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间 最小长度:0 最大长度:64
|
|
331
331
|
|
|
@@ -336,7 +336,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
336
336
|
|
|
337
337
|
@end_time.setter
|
|
338
338
|
def end_time(self, end_time):
|
|
339
|
-
"""Sets the end_time of this ShowWorkflowInstanceResponse.
|
|
339
|
+
r"""Sets the end_time of this ShowWorkflowInstanceResponse.
|
|
340
340
|
|
|
341
341
|
流程实例结束时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间 最小长度:0 最大长度:64
|
|
342
342
|
|
|
@@ -347,7 +347,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
347
347
|
|
|
348
348
|
@property
|
|
349
349
|
def last_update_time(self):
|
|
350
|
-
"""Gets the last_update_time of this ShowWorkflowInstanceResponse.
|
|
350
|
+
r"""Gets the last_update_time of this ShowWorkflowInstanceResponse.
|
|
351
351
|
|
|
352
352
|
流程实例上次更新时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间 最小长度:0 最大长度:64
|
|
353
353
|
|
|
@@ -358,7 +358,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
358
358
|
|
|
359
359
|
@last_update_time.setter
|
|
360
360
|
def last_update_time(self, last_update_time):
|
|
361
|
-
"""Sets the last_update_time of this ShowWorkflowInstanceResponse.
|
|
361
|
+
r"""Sets the last_update_time of this ShowWorkflowInstanceResponse.
|
|
362
362
|
|
|
363
363
|
流程实例上次更新时间,格式:yyyy-MM-ddTHH:mm:ssZ,UTC时间 最小长度:0 最大长度:64
|
|
364
364
|
|
|
@@ -369,7 +369,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
369
369
|
|
|
370
370
|
@property
|
|
371
371
|
def created_by(self):
|
|
372
|
-
"""Gets the created_by of this ShowWorkflowInstanceResponse.
|
|
372
|
+
r"""Gets the created_by of this ShowWorkflowInstanceResponse.
|
|
373
373
|
|
|
374
374
|
流程实例创建者 最小长度:1 最大长度:32
|
|
375
375
|
|
|
@@ -380,7 +380,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
380
380
|
|
|
381
381
|
@created_by.setter
|
|
382
382
|
def created_by(self, created_by):
|
|
383
|
-
"""Sets the created_by of this ShowWorkflowInstanceResponse.
|
|
383
|
+
r"""Sets the created_by of this ShowWorkflowInstanceResponse.
|
|
384
384
|
|
|
385
385
|
流程实例创建者 最小长度:1 最大长度:32
|
|
386
386
|
|
|
@@ -391,7 +391,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
391
391
|
|
|
392
392
|
@property
|
|
393
393
|
def node_execution_details(self):
|
|
394
|
-
"""Gets the node_execution_details of this ShowWorkflowInstanceResponse.
|
|
394
|
+
r"""Gets the node_execution_details of this ShowWorkflowInstanceResponse.
|
|
395
395
|
|
|
396
396
|
节点执行信息
|
|
397
397
|
|
|
@@ -402,7 +402,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
402
402
|
|
|
403
403
|
@node_execution_details.setter
|
|
404
404
|
def node_execution_details(self, node_execution_details):
|
|
405
|
-
"""Sets the node_execution_details of this ShowWorkflowInstanceResponse.
|
|
405
|
+
r"""Sets the node_execution_details of this ShowWorkflowInstanceResponse.
|
|
406
406
|
|
|
407
407
|
节点执行信息
|
|
408
408
|
|
|
@@ -413,7 +413,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
413
413
|
|
|
414
414
|
@property
|
|
415
415
|
def x_request_id(self):
|
|
416
|
-
"""Gets the x_request_id of this ShowWorkflowInstanceResponse.
|
|
416
|
+
r"""Gets the x_request_id of this ShowWorkflowInstanceResponse.
|
|
417
417
|
|
|
418
418
|
:return: The x_request_id of this ShowWorkflowInstanceResponse.
|
|
419
419
|
:rtype: str
|
|
@@ -422,7 +422,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
422
422
|
|
|
423
423
|
@x_request_id.setter
|
|
424
424
|
def x_request_id(self, x_request_id):
|
|
425
|
-
"""Sets the x_request_id of this ShowWorkflowInstanceResponse.
|
|
425
|
+
r"""Sets the x_request_id of this ShowWorkflowInstanceResponse.
|
|
426
426
|
|
|
427
427
|
:param x_request_id: The x_request_id of this ShowWorkflowInstanceResponse.
|
|
428
428
|
:type x_request_id: str
|
|
@@ -431,7 +431,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
431
431
|
|
|
432
432
|
@property
|
|
433
433
|
def connection(self):
|
|
434
|
-
"""Gets the connection of this ShowWorkflowInstanceResponse.
|
|
434
|
+
r"""Gets the connection of this ShowWorkflowInstanceResponse.
|
|
435
435
|
|
|
436
436
|
:return: The connection of this ShowWorkflowInstanceResponse.
|
|
437
437
|
:rtype: str
|
|
@@ -440,7 +440,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
440
440
|
|
|
441
441
|
@connection.setter
|
|
442
442
|
def connection(self, connection):
|
|
443
|
-
"""Sets the connection of this ShowWorkflowInstanceResponse.
|
|
443
|
+
r"""Sets the connection of this ShowWorkflowInstanceResponse.
|
|
444
444
|
|
|
445
445
|
:param connection: The connection of this ShowWorkflowInstanceResponse.
|
|
446
446
|
:type connection: str
|
|
@@ -449,7 +449,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
449
449
|
|
|
450
450
|
@property
|
|
451
451
|
def content_length(self):
|
|
452
|
-
"""Gets the content_length of this ShowWorkflowInstanceResponse.
|
|
452
|
+
r"""Gets the content_length of this ShowWorkflowInstanceResponse.
|
|
453
453
|
|
|
454
454
|
:return: The content_length of this ShowWorkflowInstanceResponse.
|
|
455
455
|
:rtype: str
|
|
@@ -458,7 +458,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
458
458
|
|
|
459
459
|
@content_length.setter
|
|
460
460
|
def content_length(self, content_length):
|
|
461
|
-
"""Sets the content_length of this ShowWorkflowInstanceResponse.
|
|
461
|
+
r"""Sets the content_length of this ShowWorkflowInstanceResponse.
|
|
462
462
|
|
|
463
463
|
:param content_length: The content_length of this ShowWorkflowInstanceResponse.
|
|
464
464
|
:type content_length: str
|
|
@@ -467,7 +467,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
467
467
|
|
|
468
468
|
@property
|
|
469
469
|
def date(self):
|
|
470
|
-
"""Gets the date of this ShowWorkflowInstanceResponse.
|
|
470
|
+
r"""Gets the date of this ShowWorkflowInstanceResponse.
|
|
471
471
|
|
|
472
472
|
:return: The date of this ShowWorkflowInstanceResponse.
|
|
473
473
|
:rtype: str
|
|
@@ -476,7 +476,7 @@ class ShowWorkflowInstanceResponse(SdkResponse):
|
|
|
476
476
|
|
|
477
477
|
@date.setter
|
|
478
478
|
def date(self, date):
|
|
479
|
-
"""Sets the date of this ShowWorkflowInstanceResponse.
|
|
479
|
+
r"""Sets the date of this ShowWorkflowInstanceResponse.
|
|
480
480
|
|
|
481
481
|
:param date: The date of this ShowWorkflowInstanceResponse.
|
|
482
482
|
:type date: str
|
|
@@ -41,7 +41,7 @@ class State:
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
def __init__(self, start=None, type=None, payload_filter_in=None, payload_filter_out=None, state_name=None, action_mode=None, actions=None, next_state=None, time_delay=None):
|
|
44
|
-
"""State
|
|
44
|
+
r"""State
|
|
45
45
|
|
|
46
46
|
The model defined in huaweicloud sdk
|
|
47
47
|
|
|
@@ -97,7 +97,7 @@ class State:
|
|
|
97
97
|
|
|
98
98
|
@property
|
|
99
99
|
def start(self):
|
|
100
|
-
"""Gets the start of this State.
|
|
100
|
+
r"""Gets the start of this State.
|
|
101
101
|
|
|
102
102
|
标识开始的state,图中必须且只有一个start为true的state。
|
|
103
103
|
|
|
@@ -108,7 +108,7 @@ class State:
|
|
|
108
108
|
|
|
109
109
|
@start.setter
|
|
110
110
|
def start(self, start):
|
|
111
|
-
"""Sets the start of this State.
|
|
111
|
+
r"""Sets the start of this State.
|
|
112
112
|
|
|
113
113
|
标识开始的state,图中必须且只有一个start为true的state。
|
|
114
114
|
|
|
@@ -119,7 +119,7 @@ class State:
|
|
|
119
119
|
|
|
120
120
|
@property
|
|
121
121
|
def type(self):
|
|
122
|
-
"""Gets the type of this State.
|
|
122
|
+
r"""Gets the type of this State.
|
|
123
123
|
|
|
124
124
|
必须有TYPE,TYPE值必须是3种State(DELAY,OPERATION,END)中一种。
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ class State:
|
|
|
130
130
|
|
|
131
131
|
@type.setter
|
|
132
132
|
def type(self, type):
|
|
133
|
-
"""Sets the type of this State.
|
|
133
|
+
r"""Sets the type of this State.
|
|
134
134
|
|
|
135
135
|
必须有TYPE,TYPE值必须是3种State(DELAY,OPERATION,END)中一种。
|
|
136
136
|
|
|
@@ -141,7 +141,7 @@ class State:
|
|
|
141
141
|
|
|
142
142
|
@property
|
|
143
143
|
def payload_filter_in(self):
|
|
144
|
-
"""Gets the payload_filter_in of this State.
|
|
144
|
+
r"""Gets the payload_filter_in of this State.
|
|
145
145
|
|
|
146
146
|
过滤输入参数,默认值是\"$\",表示不过滤。必须是合法的JSONPath格式。 说明 END State没有payload_filter_in属性。
|
|
147
147
|
|
|
@@ -152,7 +152,7 @@ class State:
|
|
|
152
152
|
|
|
153
153
|
@payload_filter_in.setter
|
|
154
154
|
def payload_filter_in(self, payload_filter_in):
|
|
155
|
-
"""Sets the payload_filter_in of this State.
|
|
155
|
+
r"""Sets the payload_filter_in of this State.
|
|
156
156
|
|
|
157
157
|
过滤输入参数,默认值是\"$\",表示不过滤。必须是合法的JSONPath格式。 说明 END State没有payload_filter_in属性。
|
|
158
158
|
|
|
@@ -163,7 +163,7 @@ class State:
|
|
|
163
163
|
|
|
164
164
|
@property
|
|
165
165
|
def payload_filter_out(self):
|
|
166
|
-
"""Gets the payload_filter_out of this State.
|
|
166
|
+
r"""Gets the payload_filter_out of this State.
|
|
167
167
|
|
|
168
168
|
过滤state的输出结果,默认值是\"$\",表示不过滤。 必须是合法的JSONPath格式。 说明 END State没有payload_filter_out属性。
|
|
169
169
|
|
|
@@ -174,7 +174,7 @@ class State:
|
|
|
174
174
|
|
|
175
175
|
@payload_filter_out.setter
|
|
176
176
|
def payload_filter_out(self, payload_filter_out):
|
|
177
|
-
"""Sets the payload_filter_out of this State.
|
|
177
|
+
r"""Sets the payload_filter_out of this State.
|
|
178
178
|
|
|
179
179
|
过滤state的输出结果,默认值是\"$\",表示不过滤。 必须是合法的JSONPath格式。 说明 END State没有payload_filter_out属性。
|
|
180
180
|
|
|
@@ -185,7 +185,7 @@ class State:
|
|
|
185
185
|
|
|
186
186
|
@property
|
|
187
187
|
def state_name(self):
|
|
188
|
-
"""Gets the state_name of this State.
|
|
188
|
+
r"""Gets the state_name of this State.
|
|
189
189
|
|
|
190
190
|
state的名字定义。 由小写字母、数字和中划线“-”组成,长度为[1, 20]。
|
|
191
191
|
|
|
@@ -196,7 +196,7 @@ class State:
|
|
|
196
196
|
|
|
197
197
|
@state_name.setter
|
|
198
198
|
def state_name(self, state_name):
|
|
199
|
-
"""Sets the state_name of this State.
|
|
199
|
+
r"""Sets the state_name of this State.
|
|
200
200
|
|
|
201
201
|
state的名字定义。 由小写字母、数字和中划线“-”组成,长度为[1, 20]。
|
|
202
202
|
|
|
@@ -207,7 +207,7 @@ class State:
|
|
|
207
207
|
|
|
208
208
|
@property
|
|
209
209
|
def action_mode(self):
|
|
210
|
-
"""Gets the action_mode of this State.
|
|
210
|
+
r"""Gets the action_mode of this State.
|
|
211
211
|
|
|
212
212
|
Action执行模式,支持串行,并行两种模式,默认串行 最小长度:1 最大长度:32 枚举值: sequential parallel
|
|
213
213
|
|
|
@@ -218,7 +218,7 @@ class State:
|
|
|
218
218
|
|
|
219
219
|
@action_mode.setter
|
|
220
220
|
def action_mode(self, action_mode):
|
|
221
|
-
"""Sets the action_mode of this State.
|
|
221
|
+
r"""Sets the action_mode of this State.
|
|
222
222
|
|
|
223
223
|
Action执行模式,支持串行,并行两种模式,默认串行 最小长度:1 最大长度:32 枚举值: sequential parallel
|
|
224
224
|
|
|
@@ -229,7 +229,7 @@ class State:
|
|
|
229
229
|
|
|
230
230
|
@property
|
|
231
231
|
def actions(self):
|
|
232
|
-
"""Gets the actions of this State.
|
|
232
|
+
r"""Gets the actions of this State.
|
|
233
233
|
|
|
234
234
|
节点中要执行的操作列表
|
|
235
235
|
|
|
@@ -240,7 +240,7 @@ class State:
|
|
|
240
240
|
|
|
241
241
|
@actions.setter
|
|
242
242
|
def actions(self, actions):
|
|
243
|
-
"""Sets the actions of this State.
|
|
243
|
+
r"""Sets the actions of this State.
|
|
244
244
|
|
|
245
245
|
节点中要执行的操作列表
|
|
246
246
|
|
|
@@ -251,7 +251,7 @@ class State:
|
|
|
251
251
|
|
|
252
252
|
@property
|
|
253
253
|
def next_state(self):
|
|
254
|
-
"""Gets the next_state of this State.
|
|
254
|
+
r"""Gets the next_state of this State.
|
|
255
255
|
|
|
256
256
|
创建工作流指定的下一个节点名称
|
|
257
257
|
|
|
@@ -262,7 +262,7 @@ class State:
|
|
|
262
262
|
|
|
263
263
|
@next_state.setter
|
|
264
264
|
def next_state(self, next_state):
|
|
265
|
-
"""Sets the next_state of this State.
|
|
265
|
+
r"""Sets the next_state of this State.
|
|
266
266
|
|
|
267
267
|
创建工作流指定的下一个节点名称
|
|
268
268
|
|
|
@@ -273,7 +273,7 @@ class State:
|
|
|
273
273
|
|
|
274
274
|
@property
|
|
275
275
|
def time_delay(self):
|
|
276
|
-
"""Gets the time_delay of this State.
|
|
276
|
+
r"""Gets the time_delay of this State.
|
|
277
277
|
|
|
278
278
|
当节点类型为事件延迟时填入需要延迟的时间,单位为秒
|
|
279
279
|
|
|
@@ -284,7 +284,7 @@ class State:
|
|
|
284
284
|
|
|
285
285
|
@time_delay.setter
|
|
286
286
|
def time_delay(self, time_delay):
|
|
287
|
-
"""Sets the time_delay of this State.
|
|
287
|
+
r"""Sets the time_delay of this State.
|
|
288
288
|
|
|
289
289
|
当节点类型为事件延迟时填入需要延迟的时间,单位为秒
|
|
290
290
|
|