| | |
| | | package org.springblade.mdm.flow.constants; |
| | | |
| | | public class FlowContants { |
| | | public static final String PROGRAM_IDS_KEY = "programids"; |
| | | |
| | | /** |
| | | * 试切流程KEY |
| | | */ |
| | | public static final String TRY_PROCESS_KEY = "dispatch"; |
| | | |
| | | /** |
| | | * 固化流程KEY |
| | | */ |
| | | public static final String CURE_PROCESS_KEY = "program-cure"; |
| | | /** |
| | | * 流程标题 |
| | | */ |
| | | public static final String TITLE = "title"; |
| | | /** |
| | | * 图号 |
| | | */ |
| | |
| | | */ |
| | | public static final String PROCESS_NAME = "processName"; |
| | | |
| | | /** |
| | | * 上一步审批用户姓名 |
| | | */ |
| | | public static final String LAST_STEP_USER_NICKNAME = "approveUserNickName"; |
| | | } |