Projects from 2023 User Group session "Using Common Code in workflows"
Table of Contents
The functions project
This is an example of how to group functions together into a single project so that you can call them from several locations

This is the code behind the project:
Call External Projects
This is the calling process to the functions project

This is the code behind the project:
Run Orphan Jobs
This project shows calling another project and running it multiple times concurrently

This is the code behind it
Orphan Process
This is the project being called from the previous one. It also makes use of the functions project.

This is the code behind it