> For the complete documentation index, see [llms.txt](https://admin-docs.onestop.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://admin-docs.onestop.site/appendix/tips-and-techniques.md).

# Tips and Techniques

## Recursion

You may have a scenario where you need an activity to be always available to a user in your workflow. Onestop uses recursion to support a BPMN loop activity (<https://methodandstyle.com/repeating-activities-in-bpmn/>).

The concept is straight forward to implement: Make the next step of your current step to be that exact current step.
