ProcessInfo interface

Process.

属性

customizationType

指示此流程的自定义类型。 系统进程是默认进程。 继承的进程是之前是系统进程的修改进程。

description

过程描述。

isDefault

是流程默认值。

isEnabled

进程是否已启用。

name

进程的名称。

parentProcessTypeId

父进程的 ID。

projects

用户订阅的此进程中的项目。

referenceName

进程的引用名称。

typeId

进程的 ID。

属性详细信息

customizationType

指示此流程的自定义类型。 系统进程是默认进程。 继承的进程是之前是系统进程的修改进程。

customizationType: CustomizationType

属性值

description

过程描述。

description: string

属性值

string

isDefault

是流程默认值。

isDefault: boolean

属性值

boolean

isEnabled

进程是否已启用。

isEnabled: boolean

属性值

boolean

name

进程的名称。

name: string

属性值

string

parentProcessTypeId

父进程的 ID。

parentProcessTypeId: string

属性值

string

projects

用户订阅的此进程中的项目。

projects: ProjectReference[]

属性值

referenceName

进程的引用名称。

referenceName: string

属性值

string

typeId

进程的 ID。

typeId: string

属性值

string