Ondřej Samohel

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • 5th May 2019 at 11:53 pm #17488

    Thanks again. I am going through it right now. About the attributes – can you please explain what exactly means that state and subst flag? State is I suppose enabled/disabled, but subst? Also, does it mean for example that:

    "job_file": {
         "value": "/foo/bar.mb",
         "state": True,
         "subst": True
    }

    that if I set state to False, it will ignore the value?

    Thanks,

    O.

    2nd May 2019 at 11:01 pm #17483

    Thank you for all those useful informations, they certainly shed some light into it. I’ll try to look into data sent by submission to integrated web server. One more question (for now at least :)) – I’ve got from the submission json:

    ...
    "post_job_action": {
              "value": "python /opt/pipeline/publish_filesequence.py",
              "state": true,
              "subst": true
            },
    ...

    (https://www.vvertex.com/wiki900/doku.php?id=muster:9.0:custom_actions)
    Just for clarification – as this is job action, it will be run by Dispatcher, so dispatcher machine will start that python script, right? This command will be issued in shell of dispatcher machine under user running dispatcher service …

    Quick side note – my very brief dive into Muster left me somehow impressed, good job there!

Viewing 2 posts - 1 through 2 (of 2 total)