Process Task Link

Function: a!processTaskLink()

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: Task, Link, Read-Only Grid, Images, Execute Process Report Smart Service

Parameters

Name Keyword Type 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.

Notes

  • To display a single link or array of links, use inside the Link Field component. To display a link in a grid, use inside a Grid Text Column. To add a link to an image, use inside a document or web image. To add a link to a chart series, use inside the a!chartSeries() function.
  • To retrieve task IDs, use the Execute Process Report Smart Service and pull from the column that returns the list of IDs.

Examples

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

Examples are available in the Grid Field component section.

The following patterns include usage of the Process Task Link.

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK