Versions Compared

Key

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

...

  • The StickySubagent Instruction is assigned a Subagent Expression.
    • This includes to select an Agent Cluster.
    • This includes to specify an expression, for this example the workflow variable $subagent_cluster, that carries the name of the Subagent Cluster.
  • The StickySubagent Instruction includes a number of jobs that should be executed on the same Subagent of the given Subagent Cluster.

Delimitation

  • The StickySubagent Instruction requires a single job or other instruction to be used as the first node in the block instruction.
  • The JS7 - Fork-Join Instruction cannot be used as the first node within the StickySubagent Instruction. It can be used with any later nodes.

Error Handling

The StickySubagent Instruction selects the first available Subagent of the given Subagent Cluster. Subagents not available at the point in time of execution of the instruction are not considered.

...