Configure an ordinary activity

See Ordinary activity

When you add an activity, by default, the Ordinary activity is added and the Configuration tab is open.

Note
  • You can change an existing activity to a different activity type. For example, you can change an ordinary activity to a .NET activity. If you change an activity to an automatic activity, the resources assigned to the activity are removed, and the settings previously configured for the activity are automatically applied to the changed type. You can then configure only the properties specific to the changed activity type and modify other properties.
  • You cannot change the activity type for the following activities and nodes:

    • Embedded process activity

    • Decision node

    • Start node

    • End node

  1. Enter a Name for the activity.
  2. Under Configuration, perform the following steps:
    1. To add variables as input to the activity, click Add for Input variables.
      1. Select the variables. You can provide any number of input and output variables of any type, including Document or Folder variables. You can also select System properties for an activity. If the required variable is not available, you can create a new variable directly from the activity properties panel. See Create a process variable while configuring activity properties.
      2. Click Done.
      3. Similarly, click Add for Output variables to add variables as output to the activity. If the required variable is not available, you can create a new variable directly from the activity properties panel.
    2. Select Track variable changes to track the changes and allow the variable history of an activity to be recorded.

      You can see the variable value before and after the activity is executed.

  3. Under User interface, configure the following properties.
    • Associated file path:

      The path of the file (form), which is to be associated with the activity. When you generate an Activity or a Multiview activity form based on this activity, the form name appears in the Associated file path field or it can be manually populated. When you take this activity, you are redirected to the form specified in the Associated file path field. If the field is blank, you are redirected to the generic Activity form.

      Note This property is only available for ordinary activities.

    • Help text: Information you can add about an activity as Plain text (default) or a URL.
    • Mobile friendly: If selected, makes the activity mobile friendly. A number of activities cannot progress through a phone device because they require significant quantities of data. Therefore it is imperative to indicate if an activity can be performed from a phone device to prevent the work queue from getting cluttered.
      Note The Mobile friendly property is only available for ordinary activities.
    • MFP ready: Enables a manual activity to be Multi-Function Peripheral (MFP) ready. (Default: No). Available options:
      • No: The activity cannot be completed on an MFP device.
      • MFP friendly: Enables the activity to be completed on an MFP device and desktop.
      • MFP only: Enables the activity to be completed only on an MFP device.
      • MFP only - no password required: Enables the MFP operators to take the activity on the MFP without specifying the password. This setting is available for HP, MFP Emulator, and Lexmark eSF devices.

Additional information about input and output variables

You cannot add the same variable more than once as input and output. However, you can add the same variable as both input and output. When using an entity variable to an activity as input or output, either set an entire entity or an individual attribute as input or output variable.

You can use both process and server variables as input (NOT output) to Classification, Extraction and Composite activities for use in the Kofax Transformation Designer script. However, you can only use simple variable types and cannot use Document, Folder, Entity, Checklist, XML, XML expression and Complex variables. Therefore any document or folder variables configured for these activities are not available for use as input variables. The String input variable for Scan profile name on Composite activity is also not available for use.

Input variables for capture activities become available in Transformation Designer script. For example, if you consume an input variable called "test", you can access this variable in the Transformation Designer script as:

pXDoc.Fields(1).Text = pXDoc.ParentFolder.XValues.ItemByName(KTA.InputVariable.test).Value