Help us improve our product documentation on docs.cognigy.com by sharing your thoughts in a quick survey. Your feedback shapes the future of our content!
Help us improve our product documentation on docs.cognigy.com by sharing your thoughts in a quick survey. Your feedback shapes the future of our content!
// Suppose you want to check if a specific Node with nodeId "c4c5c267-55d8-44ae-a123-f351d237f496" has been executed more than 3 times:const executions = getExecutionAmount("node-1234");if (executions > 3) { say("You've triggered this step several times already.");}