Interface MyTaskProessDefIDListCondition

根据流程定义 ID 查询我的任务的条件结构

interface MyTaskProessDefIDListCondition {
    options?: OptionItem;
    processDefIDList?: string[];
}

Properties

options?: OptionItem
processDefIDList?: string[]