Introduction to tasks

Introduction to tasks

What counts as a task?

When a flow runs, it uses tasks. The number of tasks you have available per month depends on the plan you signed up for. You can easily upgrade/downgrade via the EposNow app store. 


Fetching data

Fetching data from EposNow counts as a task. We are generally able to fetch 200 records per page, so each page fetch is 1 task

If we need to filter by related data (for example filtering products by the supplier city), then we would also need to fetch the related data from EposNow.
  1. Each page fetch of related data counts as 1 task
  2. If the data we are filtering by is available in the primary record (the product data in this example), then no related data fetch is needed.
    1. A good example of this is if you selected the valid suppliers, then we can check this directly on the product data as EposNow store the supplier ID in the product data. If we need to filter by the supplier city, then this means that we need to fetch the suppliers too in order to be able to determine which city is set for them.


Filtering Data

Filtering the data is included for free, this does not count towards your tasks


Actions

The final result of all actions on a record counts as a task
  1. You can set up multiple actions to update multiple fields on the record
  2. The actions are applied to the record to the relevant fields
  3. The final record is then updated on EposNow (or added to a CSV file). This counts as 1 task.
  4. So if 10 records pass the filter and are updated on EposNow, this will have used 10 tasks.


Where were my tasks used?

To see how your tasks were used, you can take a look at the flow runs. These show how many tasks were used for each run of your flows, and you can have a look at the logs under each run to see exactly which record was updated.
    • Related Articles

    • Getting started with Flow

      This article is a quick start guide to using Flow. Signing up To use flow, you will need to be signed up to a plan. All subscriptions are handled through the EposNow App Store and if you haven't installed our app yet, you can choose a plan and get ...