Skip to content

Commit

Permalink
test(drd): remove demo data again -> move to ee
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerdan committed Oct 17, 2016
1 parent b0161a5 commit a194ea1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 237 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.camunda.bpm.engine.rest.dto.identity.UserProfileDto;
import org.camunda.bpm.engine.runtime.ProcessInstance;
import org.camunda.bpm.engine.task.Task;
import org.camunda.bpm.engine.variable.Variables;
import org.camunda.bpm.model.bpmn.Bpmn;
import org.camunda.bpm.model.bpmn.BpmnModelInstance;
import org.camunda.bpm.pa.demo.InvoiceDemoDataGenerator;
Expand Down Expand Up @@ -238,22 +237,6 @@ protected void createCockpitDemoData(final ProcessEngine engine) throws Exceptio
startInvoiceInstancesForTenant(engine, "tenant1");
startInvoiceInstancesForTenant(engine, "tenant2");

// start drd instances
runtimeService.startProcessInstanceByKey("desiredDish",
Variables.createVariables()
.putValue("temperature", 8)
.putValue("dayType", "Weekday"));

runtimeService.startProcessInstanceByKey("desiredDish",
Variables.createVariables()
.putValue("temperature", 32)
.putValue("dayType", "Weekday"));

runtimeService.startProcessInstanceByKey("desiredDish",
Variables.createVariables()
.putValue("temperature", 18)
.putValue("dayType", "Weekend"));

new Thread(){
@Override
public void run() {
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a194ea1

Please sign in to comment.