Skip to content

Commit

Permalink
DocsUpdate-1115: lisa.dellaporta's Dec 20 changes - Glossary update
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-d-rewst authored and gitbook-bot committed Dec 20, 2024
1 parent 5e66a3f commit ea50714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions faqs/glossary-of-terms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ Our glossary is organized alphabetically, with each tab containing 2-3 letters.
{% tab title="ABC" %}


<table data-full-width="true"><thead><tr><th>Term</th><th>Definition</th></tr></thead><tbody><tr><td>Actions</td><td><strong>Actions</strong> 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.</td></tr><tr><td>API</td><td>Short for Application Programming Interface, an <strong>API</strong> 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.</td></tr><tr><td>Automation</td><td><strong>Automation</strong> 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.</td></tr><tr><td>Context Variables</td><td>Context Variables are variables accessed via the CTX prefix within a running workflow in Rewst, for dynamic processing.</td></tr><tr><td>Crate</td><td>A <strong>Crate</strong> is a pre-built automation. Crates within Rewst contain workflows, forms, triggers, templates, and scripts bundled together for easy deployment.</td></tr><tr><td>Crate Marketplace</td><td>The Rewst <strong>Crate Marketplace</strong> is the area of the Rewst platform where users can find and install Crates, offering a range of pre-built automation solutions.</td></tr></tbody></table>
<table data-full-width="true"><thead><tr><th>Term</th><th>Definition</th></tr></thead><tbody><tr><td>Actions</td><td><strong>Actions</strong> 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.</td></tr><tr><td>API</td><td>Short for Application Programming Interface, an <strong>API</strong> 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.</td></tr><tr><td>Automation</td><td><strong>Automation</strong> 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.</td></tr><tr><td>Context Variables</td><td><strong>Context variables</strong> are variables accessed via the CTX prefix within a running workflow in Rewst, for dynamic processing.</td></tr><tr><td>Crate</td><td>A <strong>Crate</strong> is a pre-built automation. Crates within Rewst contain workflows, forms, triggers, templates, and scripts bundled together for easy deployment.</td></tr><tr><td>Crate Marketplace</td><td>The Rewst <strong>Crate Marketplace</strong> is the area of the Rewst platform where users can find and install Crates, offering a range of pre-built automation solutions.</td></tr></tbody></table>
{% 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. |
| | |
| | |
Expand Down

0 comments on commit ea50714

Please sign in to comment.