Skip to main content

Syntax

setExecutionAmount(nodeId, value)

Description

Updates the execution count for a Node with the given nodeId. Parameters:
  • nodeId: string — the Node ID.
  • value: number — the new execution count to set.
Returns: void

Example

Last modified on April 21, 2026