xsy-breeze-ui-rpa > OpportunityProgressExtensionPointBatch
OpportunityProgressExtensionPointBatch class
批量商机推进组件扩展点
Signature:
export declare class OpportunityProgressExtensionPointBatch extends ExtensionPointSDKBatchBase<OpportunityProgressExtensionPointInterface>
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(ids) | Constructs a new instance of the OpportunityProgressExtensionPointBatch class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| setTaskIsRequired | (value: { stageId: number; taskId: number; }[]) => Promise<any> | 设置必填关键事件 | |
| setTaskIsUnrequired | (value: { stageId: number; taskId: number; }[]) => Promise<any> | 设置关键事件为非必填 |
