package com.artfess.activiti.cmd;
import org.activiti.engine.impl.interceptor.Command;
import org.activiti.engine.impl.interceptor.CommandContext;
import org.activiti.engine.impl.persistence.entity.ExecutionEntity;
/**
* 获取顶层流程的流程变量。
*
* 构建组:x5-bpmx-activiti
* 作者:ray
* 邮箱:zhangyg@jee-soft.cn
* 日期:2014-8-4-下午3:28:19
* 版权:广州宏天软件有限公司版权所有
*
*/
public class GetSuperVariableCmd implements Command