Skip to content

Commit

Permalink
JS-1245 $js7SubagentProcessCount
Browse files Browse the repository at this point in the history
  • Loading branch information
Zschimmer committed Sep 18, 2024
1 parent 6fb0484 commit 79c6e1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ final class SubagentPriorityTest extends OurTestSuite, SubagentTester, BlockingI
SubagentBundleId("BUNDLE-2"),
Map(
aSubagentId -> expr("1"),
bSubagentId -> expr("2 - 2 * $js7SubagentProcessCount + $js7BundleSubagentProcessCount")))
bSubagentId -> expr("2 - ($js7SubagentProcessCount + $js7BundleSubagentProcessCount)")))

val workflow = Workflow(
WorkflowPath("WORKFLOW-2"),
Expand Down

0 comments on commit 79c6e1e

Please sign in to comment.