1
Add sequential identifiers to Flow log entries
Source: directus/directus#25263 · opened by @tinhXEM
Summary Currently, Flow executions that occur multiple times within the same second all share identical timestamps in the Logs view. This makes it impossible to distinguish between entries at a glance—especially if a parent Flow triggers many child Flows in rapid succession. By adding a simple “sequence number” or incrementing counter to each log entry, users could immediately see which invocation is which, even when the timestamp is identical. Basic Example Assume a parent Flow invokes a lightweight child Flow ten times in quick succession. With the prefix approach, the Logs view would read: #1 ▶ 10:15:42.000 (just now) #2 ▶ 10:15:42.000 (just now) #3 ▶ 10:15:42.000 (just now) #4 ▶ 10:15:42.000 (just now) #5 ▶ 10:15:42.000 (just now) #6 ▶ 10:15:42.000 (just now) #7 ▶ 10:15:42.000 (just now) #8 ▶ 10:15:42.000 (just now) #9 ▶ 10:15:42.000 (just now) #10 ▶ 10:15:42.000 (just now) Motivation When a Flow (or a parent Flow calling child Flows in a loo…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add Simple Link to Triggered/Triggering Flow
2 votes · 0 comments
Re-Run flow execution
7 votes · 0 comments
Import and export option for flows
82 votes · 0 comments
Trigger manual flow directly in the "Settings" Flow Design page
6 votes · 0 comments
Disable flows from running on a specific directus instance
2 votes · 0 comments
No comments yet.