Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-958

It should be possible to use parameters coming from events in the commands defined in the xml event handlers.

    XMLWordPrintable

Details

    • Feature
    • Status: Approved (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 1.3.12.3142
    • JITL Jobs
    • None

    Description

      At the moment it is only possible to define static commands in the xml event handlers. This should be improved by enabling substitution of parameters that are coming with the events.

      jobscheduler_event.sh -x 0 -e "myclass" -i "myinstance" -s myschedulerhost -r myschedulerport -d "myParam=myParam_value}"

      <command name="myCommand">
      <order job_chain="myChain" replace="yes" id="myId">
      <params>
      <param name="anyParam" value="${myParam}" />
      </params>
      </order>
      </command>

      Attachments

        Activity

          People

            ur Uwe Risse
            ur Uwe Risse
            Uwe Risse Uwe Risse
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: