Can Components/Apps be Grouped into a Single Custom Component Without Coding?

This topic was automatically generated from Slack. You can find the original thread here.

Is there a way to group components/apps into a single custom component without code? I’m under the impression custom components require code and cannot be created using pre-built actions. I would like this to simplify my workflows which are getting large and complex just as you would refactor code into functions or files.

Reusable workflows (like a component, but with multiple steps) are coming up in the near future.

Until then… you could create a separate workflow, call it via HTTP, and then resume the calling workflow at the end.

That would require the use of $.flow.rerun() in order to get the resume_url.