public void testSimulationFluentWithUserTask() throws Exception {
PathFinder finder = PathFinderFactory.getInstance(this.getClass().getResourceAsStream("/BPMN2-UserTask.bpmn2"));
List<SimulationPath> paths = finder.findPaths(new SimulationFilterPathFormatConverter());
SimulationContext context = SimulationContextFactory.newContext(new HardCodedSimulationDataProvider());
ReleaseId releaseId = TestUtils.createKJarWithMultipleResources("TestKbase",
new String[]{"BPMN2-UserTask.bpmn2"}, new ResourceType[]{ResourceType.BPMN2});
SimulationFluent f = new DefaultSimulationFluent();
// @formatter:off