Skip to content
Marco Rietveld edited this page Jul 26, 2013 · 3 revisions

The JBoss AS7 and EAP 6.1 servers must be started with the "standalone-full" configuration in order to deploy the kie-wb-*.war artifacts correctly.

You can do this like so:

<server>/bin/standalone.sh --server-config=standalone-full.xml

jBPM tooling tests

Test HR Example in Designer, Simulation & Deployment

  • Open project Authoring Perspective
  • Open 'jbpm playground' repo > HR project
  • Open Resources
  • Open hiring.bpmn2
  • Check process designer
  • Run simulation
  • Project > Build & Deploy
  • Check Deployments perspective.
  • Check process definitions

New project & process creation

  • Create new project
  • Create new process with two steps (Which steps/activities? not all of them will work)
  • Project > Build & Deploy
  • Check Deployments perspective.
  • Check process definitions

Process Runtime

  • Start new instance
  • Check instance details
  • Task list.
  • Check task life-cycle: Claim, Start, Fill Form, Save, Close popup, Complete, checking that the entered data is still there

jBPM dashboard integration

  • Goto dashboards
  • Test SSO
  • Test KPI (instance, tasks)

Data model

  • Go to created project.
  • Create new data model (Tools > Data Model)
  • Project > Build & Deploy

Versioning and redeploy

  • Create new version of the process.
  • Build project.
  • Check the new version can be launched.
Clone this wiki locally