mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-11-04 08:06:12 +08:00 
			
		
		
		
	【功能修改】 创建流程时,增加流程变量发起人 ID
This commit is contained in:
		@ -29,7 +29,12 @@ public class BpmnVariableConstants {
 | 
			
		||||
     * @see ProcessInstance#getProcessVariables()
 | 
			
		||||
     */
 | 
			
		||||
    public static final String PROCESS_INSTANCE_VARIABLE_START_USER_SELECT_ASSIGNEES = "PROCESS_START_USER_SELECT_ASSIGNEES";
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程实例的变量 - 发起用户 ID
 | 
			
		||||
     *
 | 
			
		||||
     * @see ProcessInstance#getProcessVariables()
 | 
			
		||||
     */
 | 
			
		||||
    public static final String PROCESS_INSTANCE_VARIABLE_START_USER_ID = "PROCESS_START_USER_ID";
 | 
			
		||||
    /**
 | 
			
		||||
     * 流程实例的变量 - 用于判断流程实例变量节点是否驳回. 格式 RETURN_FLAG_{节点 id}
 | 
			
		||||
     *
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user