Versions Compared

Key

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

...

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

...

Assigning the Subagent Cluster to the ForkList Instruction

The workflow editor is used to add a ForkList Instruction as shown:

...

  • The ForkList Instruction is assigned the Subagent Cluster active-active-all-agents from the AgentCluster001 cluster.
  • The jobs inside the ForkList Instruction are executed in parallel on all Subagents included with the active-active-all-agents Subagent Cluster.
    • Users are free to exempt individual jobs from being executed on Subagents of the cluster and instead to be executed for example on Standalone Agents. 

...

Assigning the Agent Cluster

...

to a Job Instruction

Individual jobs inside the ForkList Instruction are assigned Subagents like this:

...

  • The Job Instruction is assigned a Subagent Expression.
    • This includes to select an Agent Cluster.
    • This includes to specify an expression indicating the Subagent Cluster.

Explanation:

Error Handling

The same error handling applies as for the JS7 - ForkList-Join Instruction.

...