Count
Incremental by node execution count
Last updated
Incremental by node execution count
Last updated
Local: Incremental in a single process execution task.
Global: Incremental across all execution tasks in the current flow.
Repeat exec local count node until it > 5.
Global count increases with flow execution.
After the job is executed, the actual judgment logic can be viewed in the details.
Local Count is 5 now.
The global count is equal to the count of Flow executions.