Uploaded image for project: 'JOE - JobScheduler Object Editor'
  1. JOE - JobScheduler Object Editor
  2. JOE-184

Return Code Parameters are not shown in XML Configuration Listings Generated by JOE

    XMLWordPrintable

Details

    • Fix
    • Status: Dismissed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • 1.9.6, 1.10.1
    • 1.9.7, 1.10.2, 1.11, 1.12
    • 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 .                                      
            .......
          
      • Note that the return code values are correctly shown in JOC via the 'Show Configuration' Button

      Example Configuration

      Desired Situation
      The full configuration should be correctly listed.

      Attachments

        Activity

          People

            sos_joe_team TeamJOE
            aa Alan Amos
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: