Demo

Foreach tutorial demo

Download from the attachment the JOpera oml files corresponding to the videos showing how to model a parallel for-each loop:

Process Execution Listener Plugin

This plugin shows how to write a listener that will log all task execution times during the execution of a process.

ARC Hello World Demo

How to run the ARC job submission demo:

  1. Unzip this project and import it into Eclipse.
  2. To run the processes you rhouls enter your SSH credentials to access an ARC UI machine as well as the local Eclipse workspace project path where you unzip the demo. One process runs without automatically renewing the SLCS certificates. The other will also renew the certificates automatically but needs additional input to do so.
  3. Refresh the workspace and look into the results folder once the job has completed.

Java Service Invocation

Use this demo to get started with the Java Import Wizard and the Java Service Invocation Adapter so that you can embed Java code in your JOpera processes.

How to run the demo

  1. Download and unzip the attached
  2. Import the both the java-code and the jopera-workflows projects into your JOpera workspace
  3. Open the 'tutorial_java.oml' file in the jopera-workflows project
  4. Start the 'JavaProcess' workflow contained in it. This workflow calls the Java code contained in the other project

More information

Emergency Rescue in Norway

This emergency rescue demo takes as input a Norvegian phone number and uses it to compute the best route between the current position of the caller and the nearest ambulance. The result is plotted on a Google Map, which you can look at in a browser if you configure JOpera's embedded Web server to use port 8082.

How to run the demo

  1. Download and unzip the JOpera projects.
  2. Import the project into your JOpera workspace.
  3. Explore and run any of the processes of the included OML files using the provided default values.

Hello World Adapter

Use this JOpera service invocation plugin as a starting point to develop your own adapters for calling your favourite kind of service from a JOpera process.

How to run the adapter demo

This is an Eclipse plugin project, to be imported in your JOpera workspace. To run it you should start an 'Eclipse Application'. In the extended JOpera, the DEMO adapter should become available in the component type browser. An example process to test the adapter is also included (look for it in the examples).

Syndicate content