Multiple Execution

Multiple Execution

Rubiscape provides a feature that enables the multiple execution of a complete pipeline. This allows the entire pipeline to be executed multiple times, creating a new instance for each run. Each instance can be configured independently.

For multiple execution, follow the steps given below:

  1. Create a Pipeline.
  2. To enable the multiple execution, check the 'Enabled' checkbox. Once multiple execution is enabled, the user will see the Instances field added both in the canvas header and in the properties pane.

  3. You can specify a maximum execution count to control the number of instances generated. The upper limit is 10, so values above 10 are not allowed.


  4. Save the pipeline.
  5. Run the pipeline as many times as needed and then the tasks in the current pipeline are executed. After successful completion of all pipeline execution, a confirmation message is displayed.
  6. When you click View Log, you will see the list of instances on the left side. You can select any instance from the list to view its corresponding pipeline.
  7. You can click Refresh to load the latest or recently executed instances.


    • Related Articles

    • Setting Variable Values from Scheduled Pipeline Execution

      This functionality allows users to assign specific values to pipeline variables at the schedule level. When a pipeline runs through a schedule, the variable values defined in that schedule override the global variable values. This enables dynamic, ...
    • External Pipeline Execution

      1.1 Overview This document outlines the steps required to execute the Pipeline using the Rubiscape API. The process involves obtaining a login token, preparing the necessary parameters, defining the API endpoint and request body, making the API call ...
    • Building Recursive Workflow

      Rubiscape provides a feature that enables the execution of a complete workflow inside another workflow. This helps to execute multiple workflows with a single click. To build a recursive workflow, follow the steps given below. Open the Workspace ...
    • Server Monitoring

      As an administrator, you can monitor the servers allocated to tasks or workflows created by users. This section explains how to monitor your servers and workflows within Rubiscape. Modes in Rubiscape Rubiscape platform works in two modes - Scaled ...
    • Attaching Successor Node to the Writer Node

      Using the Writer node in Rubiscape, you can store the result of algorithm flow or the reader into a CSV dataset. You can take the results from the Writer node and use them in the next task by using the RubiPython node. The Figure below shows Writer ...