diff --git a/faqs/glossary-of-terms/README.md b/faqs/glossary-of-terms/README.md index 70bd13d..b44bba9 100644 --- a/faqs/glossary-of-terms/README.md +++ b/faqs/glossary-of-terms/README.md @@ -11,13 +11,13 @@ Our glossary is organized alphabetically, with each tab containing 2-3 letters. {% tab title="ABC" %} -
TermDefinition
ActionsActions are specific tasks that live inside a workflow in Rewst. Actions are grabbed from the menu, dragged onto the workflow UI, and executed as a task when the workflow runs.
APIShort for Application Programming Interface, an API is a set of protocols that allow actions on a platform in a programmatic manner. APIs power Rewst's integrations, enabling actions that workflows perform.
AutomationAutomation refers to the process of using technology, including Rewst's platform, to perform repetitive tasks without human intervention. It enables businesses to increase efficiency, accuracy, and consistency by automating various processes, from simple notifications to complex multi-step workflows.
Context VariablesContext Variables are variables accessed via the CTX prefix within a running workflow in Rewst, for dynamic processing.
CrateA Crate is a pre-built automation. Crates within Rewst contain workflows, forms, triggers, templates, and scripts bundled together for easy deployment.
Crate MarketplaceThe Rewst Crate Marketplace is the area of the Rewst platform where users can find and install Crates, offering a range of pre-built automation solutions.
+
TermDefinition
ActionsActions are specific tasks that live inside a workflow in Rewst. Actions are grabbed from the menu, dragged onto the workflow UI, and executed as a task when the workflow runs.
APIShort for Application Programming Interface, an API is a set of protocols that allow actions on a platform in a programmatic manner. APIs power Rewst's integrations, enabling actions that workflows perform.
AutomationAutomation refers to the process of using technology, including Rewst's platform, to perform repetitive tasks without human intervention. It enables businesses to increase efficiency, accuracy, and consistency by automating various processes, from simple notifications to complex multi-step workflows.
Context VariablesContext variables are variables accessed via the CTX prefix within a running workflow in Rewst, for dynamic processing.
CrateA Crate is a pre-built automation. Crates within Rewst contain workflows, forms, triggers, templates, and scripts bundled together for easy deployment.
Crate MarketplaceThe Rewst Crate Marketplace is the area of the Rewst platform where users can find and install Crates, offering a range of pre-built automation solutions.
{% endtab %} {% tab title="DEF" %} | Term | Definition | | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Filter | Specific to Rewst's extension of Jinja, filters are python functions surfaced in the platform and used to modify variables or expressions within a workflow, providing additional control over data processing. | +| Filter | Specific to Rewst's extension of Jinja, **filters** are python functions surfaced in the platform and used to modify variables or expressions within a workflow, providing additional control over data processing. | | Form | A **form** is a way to collect data within Rewst. Forms can contain static and dynamic fields to retrieve information, which is then passed into the workflow upon submission. End-users can be given Form URLs to fill out necessary information prior to triggering a workflow's execution. | | | | | | |