7
Re-Run flow execution
Source: directus/directus#24309 · opened by @HPaulson
Summary This feature would allow a flow to be re-executed from the flow logs tab. With the simple press of a button, a flow will be executed with identical inputs as a previous run. Motivation The motivation of this feature is to solve two distinct but related problems: 1. While testing a flow in development, if a specific request fails, an admin who is updating (fixing) the flow to work with the particular failing case has no way of testing the exact parameters that caused a failure without cumbersome manual methods (depending on trigger type) 2. In some cases, a production flow might fail because an external endpoint is temporarily unavailable. In this case, there is no method of re-capturing the flow-trigger event and re-sending the request to the endpoint once it is available. Detailed Design The design of this feature is relatively simple. Inside the log of any previous flow execution, a button gives the option of "re-running" that execution. <i…
No pledges yet. Be the first to back this.
Comments
Similar requests
Add Simple Link to Triggered/Triggering Flow
2 votes · 0 comments
Add sequential identifiers to Flow log entries
1 vote · 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
Flows: Show snackbars, alert dialogs, confirm dialogs, and prompt dialogs to the user
46 votes · 0 comments
No comments yet.