Count

Incremental by node execution count

Scope

Local: Incremental in a single process execution task.

Global: Incremental across all execution tasks in the current flow.

Demo

  1. Repeat exec local count node until it > 5.

  2. Global count increases with flow execution.

Audit Logs

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.

Last updated