본문으로 건너뛰기

ParallelNodeConfig

Settings that control Parallel Node. The required field is branches.

branches object[]필수
  • Array [
  • idId (string)필수
    node_idsstring[]필수
  • ]
  • join_strategyJoin Strategy (string)

    Possible values: [all, any]

    기본값: all
    timeoutTimeout (integer)
    기본값: 300
    ParallelNodeConfig
    {
    "branches": [
    {
    "id": "string",
    "node_ids": [
    "string"
    ]
    }
    ],
    "join_strategy": "all",
    "timeout": 300
    }