Package org.jbpm.simulation.impl.events

Examples of org.jbpm.simulation.impl.events.HumanTaskActivitySimulationEvent


        context.getClock().advanceTime((duration), TimeUnit.MILLISECONDS);
       
        // set end time for processinstance end time
        context.setMaxEndTime(context.getClock().getCurrentTime());
       
        return new HumanTaskActivitySimulationEvent(pi.getProcessId(), context.getProcessInstanceId(), node.getName(),
                bpmn2NodeId, duration, waitTime, resourceCost, startTime,
                context.getClock().getCurrentTime(), resourceUtilization);
    }
View Full Code Here

TOP

Related Classes of org.jbpm.simulation.impl.events.HumanTaskActivitySimulationEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.