// Check they aren't in the Agenda
assertEquals( 0, workingMemory.getAgenda().getAgendaGroup( "MAIN" ).size() );
// Start the process, which shoudl populate the Agenda
final ProcessInstance processInstance = workingMemory.startProcess( "ruleFlowClear" );
assertEquals( 4, workingMemory.getAgenda().getAgendaGroup( "MAIN" ).size() );
// Check we have 0 activation cancellation events
assertEquals( 0, activations.size() );