jbpm-test
source code (jbpm-test-7.28.0.Final-sources
) where you will find some sample codes that will help you understand how jBPM works.org.jbpm.test.JbpmJUnitBaseTestCase
org.kie.api.runtime.manager.RuntimeEnvironmentBuilder
:org.kie.api.runtime.manager.RuntimeManager
:void assertProcessInstanceState(long processInstanceId, Integer expectedState, String message)
void assertNodeActive(long processInstanceId, KieSession ksession, String... name)
void assertNodeTriggered(long processInstanceId, String... nodeNames)