Apply Text Annotation

This activity hides, partially hides, or emphasizes text on a document. The activity includes various annotation types, such as redaction, highlight, strikethrough, and underline. You can use one activity for each annotation you want to apply.

You can use this activity to automatically redact sensitive information from documents, such as social security numbers.

See the tokens this activity produces.

ClosedHow does this activity look in the Designer Pane?

To add this activity to a workflow definition

To configure this activity

Select the activity in the Designer Pane to configure the following property boxes in the Properties Pane.

Note: If you have more than one connection profile for your workflow definition, the Connection Profile property box lets you specify which connection profile this activity will use.

Tokens for Apply Text Annotation Activity

The Apply Text Annotation activity produces the following tokens.

Name Description Sample Syntax*
Match_Found (Boolean) Returns "true" if at least one match is found based on the pattern. Otherwise, returns "false". %(ApplyTextAnnotation_Match_Found)
Num_Matches (Integer) Returns the number of items that match the pattern. %(ApplyTextAnnotation_Num_Matches)
Annotated_Pages (List) Returns a list containing each page that is annotated with this activity. %(ApplyTextAnnotation_Annotated_Pages)

*The "ApplyTextAnnotation" portion of the syntax changes to match the activity's name as specified in the Activity Name property box. Note that all non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity to "Update--HR_Fields", the syntax for the Match_Found token will be %(UpdateHR_Fields_Template_Id).

Note: The legacy format is used with workflows migrated from Workflow 8.0.