1. Building Templates

Building Templates

Introduces reusable patterns and techniques for structuring templates, actions, states, and AI-driven workflows in the Stubber Framework.

Patterns & Techniques

Since the Stubber Framework can be used to model many different processes and workflows, it is sometimes useful to break down common ways of doing things to provide some structure to base things off of.
On a high level we can define patterns which are common ways in which templates are structured and used in the Stubber Framework.
Another way to group common ways of doing things we can call techniques, these are smaller groups of actions & states that could be used in templates.
In general :

  • Patterns are high level structures for templates
  • Techniques are groups of actions and states for commonly found needs Both Patterns and Techniques are rarely used "as-is" and are provided for reference and guidance only.