Online Demo

The following online demo application will show you how an workflow application using the IX JEE Workflow technology can look and feel. 

Open Issue Workflow Demo

This Demo Application is representing an open issue workflow. After you logged in you can create a new Issue and assign this issue to a project.

You can create new projects and assign an individual team list to each project. The team members of a project can share open issues concerning a running project. 

If you create a new open Issue you can assign this Issue to project. Further more each issue can be processed by a individual business process. This example illustrates the following workfows:

  • Changerequest
  • Problemreport
  • Featurerequest

Each user can monitor issues with the status list or process open issues by the worklist. The Statuslist shows all issues the current user has created. The worklist shows issues which are currently assigen to a project the user is member to.

It is possible to extend these business processes using the Imixs IX Modeler . This allows you to integrate an workflow application more specific to your business needs.

Starting the Demo 

To start the Demo you can use mulitple logins accounts. So you can test a real workgroup szenario with different views form different users. 

We support 4 different accounts for this demo application:

  • Manfred - This user has Editor access which meens he is able to create or change any workitem
  • Eddy - This user is also Editor and can create or change any workitem
  • Anna - This user has Author access. This means Anna can create workitems but only change workitems within her worklist
  • Ronny - He is only Reader and can only read workitems but not change them.

for each user account the paassword is "demo".

So try to login and  start the IX Workflow Demo here

Source Code

You can also check out the source code of this demo application. See Source Code chapter which describes how to connect to the SourceForge Subversion repository. From the Subversion tree you can check out the following three eclipse projects:

  • org.imixs.openissue.ejb - The EJB Module containing the business logic
  • org.imixs.openissue.web - The Web Module containing the User Interface implemented as a JSF / Faces application
  • org.imixs.openissue.ear  - The Enterprise Archive

The Workflow Model

If you are interessted to the workflow model for this application you can download the corresponding model file here:

Model File - openissues.ixm

You can open the model file using  the Imixs IX Modeler.

TopLinks