Customer Portal

Integration in Clover

Comments 1

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    There are few ways. It also depends on what do you mean by integrating.

    If it is about sequencing run of several graphs, then you may:

    - on Unix system put together as shell script and use Clover's runGraph utilitiy to execute graphs. That utility gives return value 0 if OK or -1 if failure
    - use other Java tools - like Quartz or Flow4J to create a workflow which executes individual graphs

    We are also working on our tool which will allow sequencing of graphs run.

    David.

Please sign in to leave a comment.