Skip to main content

Workflow Caching

Workflow Caching allows data from earlier Actions and branched flows to be temporarily stored for later use further down the workflow. This allows later actions to combine retrieved and computed data in order to match the destination data output appropriately.

Note

The data is temporarily stored until the end of the workflow.

For example, let’s say you want to transform incoming data to your workflow while also retrieving local weather data. Then, you want to combine both data before sending to its destination. By enabling caching in your workflow, you can store the weather data and transformed data until the end of the flow for when it needs to be sent off.

An example workflow of the described use case is seen:

Example Workflow Caching

The ‘Get Weather Data’ Action has the caching symbol on the top left corner, which indicates to store the data temporarily. The data can then be used in the ‘Send Combined’ Action at the end of the workflow.

Configure Workflow Caching

To configure or modify Workflow Caching, enter the ‘Manage Workflows’ page by clicking on the Manage option in the menu screen. [To create a workflow, please see steps ##]

Note

To configure Workflow Caching, you first need to create a workflow. Please refer to the Workflow Basics Guide

  1. Enter the workflow where Workflow Caching needs to be configured

Step 1 for configure workflow caching

  1. Click on an Trigger or Action that need to be stored
  2. Click on the ‘Enable caching’ button

Step 3 for configure workflow caching

  1. Repeat steps 2-3 for all required Triggers and Actions to be stored
  2. Click on the Action that requires multiple stored data from different Triggers or Actions
  3. Click on the ‘Cache input’ button

Step 6 for configure workflow caching

  1. Select the required Triggers and Actions

Step 7 for configure workflow caching

  1. Click ‘Save selection’ when finished

Step 8 for configure workflow caching

  1. Click on the three dots on the top right corner
  2. Click Save flow

Step 10 for configure workflow caching

Remove Workflow Caching

To remove Workflow Caching, enter the ‘Manage Workflows’ page by clicking on the Manage option in the menu screen.

Note

To configure Workflow Caching, you first need to create a workflow. Please refer to the Workflow Basics Guide

  1. Enter the workflow where the Workflow Caching needs to be removed

Step 1 for remove workflow caching

  1. Click on the Action that has caching enabled
  2. Click on the ‘Cache input’ button

Step 3 for remove workflow caching

  1. De-select the Triggers and Actions that no longer need to be stored

Step 4 for remove workflow caching

  1. Click ‘Save selection’ when finished

Step 5 for remove workflow caching

  1. Click on the three dots on the top right corner
  2. Click Save flow

Step 7 for remove workflow caching