All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.schoolwow.workflow.domain.instance.InstanceContextDataRequest Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package cn.schoolwow.workflow.domain.instance;

/**工作流实例上下文数据查询请求*/
public class InstanceContextDataRequest {
    /**工作流实例id*/
    public Long workFlowInstanceId;

    /**工作流任务id*/
    public Long workFlowTaskId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy