Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

is simple CFF, which is executed every minute and starts the tasks according the Control Table

Installation

  • Groovy Library - add a new element called "Sequencer", with following code: Sequencer Library Code.groovy
  • New Calculation Flow Formula, scheduled every minute, with one element with this code: 

    Code Block
    languagegroovy
    lib.Sequencer.processAllSequences(actionBuilder)
  • Import the Price Parameter called SequenceControlTable - the import zip file is attached here PP_SequenceControlTable_for_Import.zip

How to run your own Sequence

from your code (usually from a CFF, but generally from any code, which is allowed to modify Price Parameters) call following:

Code Block
languagegroovy
lib.Sequencer.startSequence("<your sequence name>")