Versions Compared

Key

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

...

  • The StickySubagent Instruction can be used to execute a number of jobs with the same Subagent of a JS7 - Agent Cluster. Use of Agent Clusters is subject to the terms for clustering with the JS7 - License.
  • Technically the block instruction checks the first available Subagent of a Subagent Cluster. This Subagent will be used for subsequent jobs within the block instruction.
    • The underlying use case is a the situation when jobs in a workflow create temporary files that should be picked up by successor jobs. If successor jobs were are executed with different Subagents on different servers then they might not find files created by predecessor jobs.
    • If the Subagent used for the first job of the StickySubagent Instructions becomes Instruction becomes unavailable for subsequent jobs then the order will be put to the BLOCKED state. Users can decide to cancel the order or to make the Subagent available later on.
    • Jobs within a StickySubagent Instruction block can be assigned the predetermined Subagent or they can be assigned Standalone Agents and Subagent Clusters unrelated to the StickySubagent Instruction.

...

Download example (upload .json): pdfAgentClusterStickySubagentpdfAgentClusterStickySubagentFork.workflow.json

Assigning the Subagent Cluster to the StickySubagent Instruction

...