Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JITL SetJobResourceJob template can be used to read variables from incoming files:

  • this applies to incoming files that are subject to JS7 - File Watching.
  • this applies to any files that are accessible to jobs in a workflow.

...

for example to set a variable holding a business date:

  • the variable in the Job Resource can be updated with the current date and time.
  • the updated Job Resource is automatically deployed and becomes available to related Agents.
  • any workflow that is assigned the Job Resource has access to the updated variable.

Display feature availability
StartingFromRelease2.5.2

...

  • invoke the Wizard that is available from the job properties Job Properties tab in the Configuration view and select the JITL SetJobResourceJob template and relevant arguments from the Wizard

...

  • specify the JITL job class and com.sos.jitl.jobs.inventory.SetJobResourceJob Java class name and add arguments specifying the job resource Job Resource and variable to be added or updated.

...

  • From the list of available job templates select the FileOrderVariablesJob SetJobResourceJob.

Then hit the "Next" button to make the job wizard display available arguments:

...