Get Started

Submit a workflow in just 3 steps

See how to get started with ProActive Workflows & Scheduling software in this video


Step 1: Register and Login


To access our Free Trial platform, create a new account, check you mailbox and confirm your email address to create try credentials.

Then, go to our online ProActive Studio and log in.

Step 2: Create your first “hello world” workflow


With ProActive, workflows are executed by the Scheduler as jobs made of tasks. A task is the smallest schedulable entity, it can be a script, a native executable or a Java class.

In this tutorial we will create a simple job, submit it to the scheduler and monitor its execution.

  1. Click on create to create a new workflow
  2. Click on open to open the workflow
  3. Change the name of the workflow in the Name field by HelloWorld
  4. Click on the Task dropdown list
  5. Drag & drop the java task in the drawing area
  6. Click on java task to display the features on the left hand side
  7. Click on task implementation
  8. In the Code field, past result = “Hello”;
  9. Create a new task java, and past result = “World”; in code area
  10. Create a new task java, and past print(results[0].value() + “ ” + results[1].value()); in the code area
  11. Now you can create dependencies so the task HelloWorld retrieves the results from the two other tasks. It is done by dragging links from one task to another.
  12. Click on the button execute to run a job, then go to the Scheduler and Orchestration interface
  13. In this view you can monitor the list of jobs (upper area), the jobs in progress (bottom and left hand side area), and the output (bottom and right hand side area)

Step 3: Explore our workflows from the catalog


The workflow catalog is a collaborative tool that will let you store and share workflows or pre-made tasks within your organisation. You can therefore run ready-to-use workflows available in the bucket basic-examples

  1. create a new workflow and open the catalog of workflows
  2. select the bucket basic-examples, then select a workflow (in our example variables-propagation), and click the button open as a new workflow
  3. confirm your action
  4. run the workflow

What’s next ?


At this stage, you’ve succesfully executed your first workflow.

To learn more about Proactive you can:

For any other enquiry, please, do not hesitate to contact us.