Job Scheduler

Add title to job chains

Details

  • Type: Sub-task Sub-task
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.3.5
  • Component/s: Job Scheduler Binaries
  • Description:
    Hide
    Job chains shall have a title:

    1) Configuration

    <job_chain name="my_chain" title="My Chain">...</job_chain>

    Job chain configurations in XML files or hot folders support the attribute title=

    2) XML Answers

    XML answers from Job Scheduler that return job chains shall return the attribute title=

    3) API

    - Set the title:
      my_job_chain.title = "My Chain"

    - Read the title
      echo my_job_chain.title

    Show
    Job chains shall have a title: 1) Configuration <job_chain name="my_chain" title="My Chain">...</job_chain> Job chain configurations in XML files or hot folders support the attribute title= 2) XML Answers XML answers from Job Scheduler that return job chains shall return the attribute title= 3) API - Set the title:   my_job_chain.title = "My Chain" - Read the title   echo my_job_chain.title

Activity

There are no comments yet on this issue.

People

Dates

  • Created:
    24 April 2008 10:47
    Updated:
    13 August 2008 10:52
    Resolved:
    13 August 2008 10:52