Examples
Real-world flow files from the flow-examples repository, organized by category. Each file is a self-contained reference showing a different aspect of flow — browse by category or expand any card to view the full source.
To run these examples locally:
sh
# Register the examples repo as a workspace
flow workspace add flow-examples https://github.com/flowexec/examples --set
# Browse all executables interactively
flow browseexec
This is a flow executable that demonstrates how to use exec executable types.
runsimple-printrunsimple-filerunwith-pausesrunwith-exitrunwith-tmp-dirrunwith-argsrunwith-paramsrunwith-plaintextrunwith-timeoutrunwith-inputrunwith-vim
launch
This is a flow executable that demonstrates how to use launch executable types.
opengithubopenws-configopenmac-settings
parallel
Multiple executables can be run concurrently using a parallel executable.
startparallel-configstartparallel-with-failurestartparallel-config
render
This is a flow executable that demonstrates how to use render executable types.
viewmarkdown
request
Request executables send HTTP requests with the specified request and response settings.
sendrequestsendrequest-with-validated-statussendrequest-with-timeoutsendrequest-with-bodysendrequest-with-transform

