Skip to main content

Syntax

getExecutionAmount(nodeId)

Description

Returns the number of times the Node with the given nodeId has been executed in the current conversation. Parameters:
  • nodeId: string - the Node ID.
Returns: number - the number of executions.

Example

Last modified on April 21, 2026