Details
-
Fix
-
Status: Dismissed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
1.9.6, 1.10.1
-
None
Description
Current Situation
- When a freshly loaded configuration in a live folder and containing a job with return codes parameters is opened in XML using JOE's 'Show Configuration as XML' button the job containing the return code parameters is not shown.
- In the following code excerpt the missing 'Job 3' has return code parameters:
<job order="yes" stop_on_error="no" title="Shell Job" name="Job2"> <script language="shell"><![CDATA[@echo %SCHEDULER_JOB_NAME% : job starting set /a number=%random% %%2 +1 @echo . @echo . @echo %SCHEDULER_JOB_NAME% : sleeping for %number% seconds..... @echo . ping 127.0.0.1 -n %number% > nul @echo . @echo . @echo %SCHEDULER_JOB_NAME% : job ending @echo . @echo .]]></script> <run_time /> </job> <job order="yes" stop_on_error="no" title="Shell Job" name="Job4"> <script language="shell"><![CDATA[@echo %SCHEDULER_JOB_NAME% : job starting set /a number=%random% %%2 +1 @echo . .......
- In the following code excerpt the missing 'Job 3' has return code parameters:
- Note that the return code values are correctly shown in JOC via the 'Show Configuration' Button
Example Configuration
- The above listing was made using the configuration downloaded from:
Desired Situation
The full configuration should be correctly listed.