Details
-
Feature
-
Status: Approved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
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>