You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

 

  • A process class is assigned an Agent.
  • A job chain is assigned a process class.
  • A job is assigned a process class.

 

 

  • A job chain can be configured to use a specific process class for subsequent job nodes. This enables a more flexible configuration than assigning the process class to a specific job that would be used for all jobs chains.
  • Precedence of process class assignments in decreasing sequence:
    1. order
      • the assignment of an Agent process class is not supported (JS-1189)
      • the assginment of a remote JobScheduler instance is supported
    2. job chain
    3. job

 

  • Jobs
  • Job Chains
    • JS-1301 - Getting issue details... STATUS
    • File Order Source
      • JS-1399 - Getting issue details... STATUS
      • JS-1427 - Getting issue details... STATUS
      • JS-1300 - Getting issue details... STATUS
    • Orders
      • JS-1189 - Getting issue details... STATUS
  • Various
    • JS-1450 - Getting issue details... STATUS

 

 

A Job Chain is assigned a default Agent for all Job Nodes

Explanations

  • The job chain is assigned a default Agent.
  • All jobs are executed with the same Agent.

A Job Chain is assigned a default Agent and one Job is assigned a second Agent

Explanations

  • The job chain is assigned a default Agent.
  • One job is executed with the second Agent.

A Job Chain is assigned a default Agent and a different Agent for the File Order Source

Explanations

  • The job chain is assigned
    • an Agent for File Watching with a file order source and file order sink.
      • The Agent watches for incoming files and will move or remove the file with the file order sink.
    • a default Agent for executing the jobs in the job chain.

Jobs in a Job Chain are assigned different Agents 

Explanations

  • The job chain is not assigned an Agent.
  • The Agents are assigned directly to jobs.
    • Jobs are executed by the assigned Agent independently from their use with different job chains.
    • Each job is executed with a different Agent (Cross-Platform Scheduling).

 

References

Change Management References

Key Summary T Created Updated Due Assignee Reporter P Status Resolution Fix Version/s
Loading...
Refresh

Documentation

  • ... Reference Documentation 
    • Neues Attribut <job_chain file_watching_process_class="..."/>
    • Neues Attribut <job_chain process_class="..."/>

 

 

  • No labels