Daan
Execute a script for each flow run
Is there a way to run a specific script for each flow run? We would like to do things like custom logging, without having to update each & every individual flow.
For example, is it possible for the worker to have a "post flow run" hook for example that can be called?
4 replies
Integrating an app in a custom React application
Is there a certain design concept we can follow (and is it technically supported) to integrate a Windmill app in a different (react) application, and pass along things like authorization cookies / information to render data in apps specific to the context of a user outside of Windmill? We are now using a combination of public & private apps, but want to explore the option for more fine-grained access control based on authentication information outside of the Windmill App context. Thanks!
3 replies
Offer S3 files for dowload in apps
We have an app where a user clicks a button, and a file is generated in a flow. We are stuck at how to now offer this file for download to the user: in our flow, we return an S3 Object which we can interactively "click" to download the generated file, but how to do this in apps? Thanks
5 replies