Free cookie consent management tool by TermsFeed Enabling Offline Actions and Tasks [Appian Mobile]
Enabling Offline Actions and Tasks
The capabilities described on this page are included in Appian's advanced and premium capability tiers. Usage limits may apply.

Introduction

Before you can use actions and tasks offline, you first need to set them up.

Offline actions can display as a site page. Offline tasks can either display in the mobile site task list for a site in the Appian Mobile app, or in a custom task report on a site page.

There are four main steps to enabling offline actions and tasks:

This document provides instructions for how to enable offline actions and tasks.

What is the difference between the mobile site task list and a custom task report?

The mobile site task list is a configuration in a site object that allows you to enable a task list for the site in Appian Mobile. When enabled, after a user selects the site, the Appian Mobile menu displays the Tasks list. This list displays all tasks assigned to the user. Appian Mobile users can access any offline-enabled tasks from this list, even when they are not connected to the internet.

task list

A custom task report is an interface that uses process task link components to display task information. Many times these interfaces use a!queryProcessAnalytics() to query a process report object of type Task. Appian Mobile users can access offline tasks in an offline-enabled task report, even if they are not connected to the internet. For help creating a custom task report that follows the offline mobile best practices, see Offline Mobile Task Report.

Tasks assigned to groups and social tasks are not supported in task reports for offline mobile. If a user accepts a group-assigned task while online, they will be able to access it offline in a custom task report.

offline_mobile_task_report

Tip:  These are both different from a Tempo task report, which is a report object that only displays in the Tasks tab of Tempo.

Enable offline mobile in the Admin Console

Before you can configure offline actions and tasks, you first need to enable offline mobile for the environment. This is a setting in the Admin Console.

To enable offline mobile in the Admin Console:

  1. In the Admin Console, under SYSTEM properties, go to Mobile.
  2. Select Enable Offline Mobile and click SAVE CHANGES.

Enable offline mobile in the interface object

In order for an action or task to work offline, you need to enable offline mobile in the interface that you are going to use for the action or task.

If you are using a custom task report, you also need to enable offline mobile in the interface used for the task report.

To enable offline mobile in the interface object:

  1. Open your interface.
  2. Click the settings icon > Properties.
  3. Select Make Available Offline and click OK.

screenshot of the interface properties dialog with the "Make Available Offline" checkbox selected

An offline icon displays in the header for offline-enabled interface objects.

screenshot of interface designer showing the offline enabled icon

For actions and custom task reports, use the interface as a start form in a process model

Both offline actions and custom task reports need to be set up in a process model to use the offline-enabled interface as a start form.

For individual tasks, skip this step. Just make sure the User Input Task node uses an interface that is offline-enabled.

To use the offline-enabled interface as a start form:

  1. Create a process model with a start form.
  2. Use the offline-enabled interface for the start form.
  3. For actions, configure the rest of the process. For task reports, you don't have to configure anything except the start form.
  4. Save and publish the process model.

Configure the site object

The final step to enabling offline actions and tasks is to configure the site object.

For offline actions and custom task reports, you will configure a site page as an Action using the process model you created.

If you aren't using custom task reports, enable the mobile site task list so that users can access the offline tasks from their site in Appian Mobile.

To configure the site object:

  1. Open the site object.
  2. If you aren't using a task report for offline tasks, under Show Task List, select Always or Only for selected groups.
  3. If you are using an offline action or custom task report, in the Pages section, add a page to use for the action.
    • For Type, select Action.
    • For Content, select the process model that uses the offline-enabled interface as a start form.

Open in Github Built: Wed, Apr 24, 2024 (06:53:23 PM)

Enabling Offline Actions and Tasks

FEEDBACK