Atomeocean流程Json目录
通过json保存流程信息
字段说明
通用字段说明
| 字段名 | 类型 | 描述 |
|---|---|---|
name | String | 流程名称 |
description | String | 流程详细描述 |
companyScope | Array | 本阶段Atomeocean持有或产生的信息与记录,页面标题为「本阶段留存的信息」。可以是客户提供的材料、我方自产的记录与文件,也可以是「无任何员工的身份信息」这类不持有声明。统一写成名词短语,不写动作 |
customerScope | Array | 本阶段向客户公开并提供查阅的信息内容,页面标题为「本阶段开放的信息」 |
nextStepActions | Array | 当前状态下需要执行的操作步骤 |
exitConditions | Array | 可能导致流程终止的条件 |
操作步骤字段说明
| 字段名 | 类型 | 描述 |
|---|---|---|
description | String | 操作步骤的具体描述 |
executor | String | 操作执行者(员工或Atomeocean系统) |