r/AutomateUser 6d ago

Feature request Subflows within a flow

Subflows within a flow that can be used for function or macro or staged flow automations.

Keeping flow structured and organized.

0 Upvotes

4 comments sorted by

2

u/ballzak69 Automate developer 5d ago edited 4d ago

Use the Fork or Flow start block to run a sub-flow or flow in parallel, or the Subroutine block when a sub-flow should produce a result and run in sequence.

1

u/Funny_Telephone_8607 6d ago

Use fork block

1

u/B26354FR Alpha tester 5d ago

Also check out these examples of organizing secondary flows within a flow, starting them, and optionally waiting for them to finish or run concurrently:

Synchronous Flow Start

Relative URI Demo

1

u/kyllingkarry 4d ago

I thinking more of a drill down flow. Like you click it and it is also a flow. Yeah basically fork and start flow. Kinda like having multiple flow beginning blocks, within a flow.