Free cookie consent management tool by TermsFeed Process Task Link Component (a!processTaskLink)
Process Task Link Component
This function cannot be used with Offline Mobile or Custom Record Field Expressions.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

a!processTaskLink( label, task, showWhen, openLinkIn )

Defines a link to a process task. Links can be used in charts, grids, hierarchy browsers, images, link fields, milestones, pickers, and rich text.

See also:

Parameters

Name Keyword Types Description

Label

label

Text

Text displayed as the link name the user clicks on.

Task

task

Task

ID of the process task to use as the address of the link.

Visibility

showWhen

Boolean

Determines whether the component is displayed on the interface. When set to false, the component is hidden and is not evaluated. Default: true.

Open Link In

openLinkIn

Text

(Browser-Only) Determines where the linked content should open. Valid values: "SAME_TAB" (default), "NEW_TAB".

Usage considerations

Retrieving task IDs

  • To retrieve task IDs, use the Execute Process Report Smart Service and pull from the column that returns the list of IDs.

Examples

Copy and paste an example into the INTERFACE DEFINITION in EXPRESSION MODE to see it displayed.

1
2
3
4
a!processTaskLink(
  label: "Approval Task",
  task: 1
)

The following patterns include usage of the Process Task Link Component.

Open in Github Built: Fri, Sep 29, 2023 (07:12:16 PM)

Process Task Link Component

FEEDBACK