tencentcloud-sdk-nodejs-adp 4.1.258 → 4.1.260
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.
package/package.json
CHANGED
|
@@ -2472,25 +2472,29 @@ export interface ToolBilling {
|
|
|
2472
2472
|
*/
|
|
2473
2473
|
export interface SingleWorkflowConfig {
|
|
2474
2474
|
/**
|
|
2475
|
-
*
|
|
2475
|
+
* <p>是否开启异步工作流</p>
|
|
2476
2476
|
*/
|
|
2477
2477
|
AsyncWorkflow: boolean;
|
|
2478
2478
|
/**
|
|
2479
|
-
*
|
|
2479
|
+
* <p>状态 发布状态(UNPUBLISHED: 待发布 PUBLISHING: 发布中 PUBLISHED: 已发布 PUBLISHED_FAIL:发布失败;DRAFT:待调试)</p>
|
|
2480
2480
|
*/
|
|
2481
2481
|
Status: string;
|
|
2482
2482
|
/**
|
|
2483
|
-
*
|
|
2483
|
+
* <p>工作流描述</p>
|
|
2484
2484
|
*/
|
|
2485
2485
|
WorkflowDescription: string;
|
|
2486
2486
|
/**
|
|
2487
|
-
*
|
|
2487
|
+
* <p>工作流Id</p>
|
|
2488
2488
|
*/
|
|
2489
2489
|
WorkflowId: string;
|
|
2490
2490
|
/**
|
|
2491
|
-
*
|
|
2491
|
+
* <p>工作流名称</p>
|
|
2492
2492
|
*/
|
|
2493
2493
|
WorkflowName: string;
|
|
2494
|
+
/**
|
|
2495
|
+
* <p>工作流是否启用</p>
|
|
2496
|
+
*/
|
|
2497
|
+
Enabled?: boolean;
|
|
2494
2498
|
}
|
|
2495
2499
|
/**
|
|
2496
2500
|
* BasicBilling
|