본문으로 건너뛰기

ParentCondition

Reaction trigger that fires after a parent reaction succeeds or fails. Each hop increments parent_depth, and values greater than 16 are rejected to break cycles.

kindKind (string)필수
상수 값: parent
parent_idParent Id (string)필수

Parent Reaction id

ParentCondition
{
"kind": "parent",
"parent_id": "string"
}