Provides access to the property representing the Interaction Process Automation license type for this station (use Property.License_InteractionProcessAutomationType).

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public GeneralConfigurationProperty<StationConfiguration..::..Property, InteractionProcessAutomationLicenseType> InteractionProcessAutomationLicenseType { get; }
Visual Basic
Public ReadOnly Property InteractionProcessAutomationLicenseType As GeneralConfigurationProperty(Of StationConfiguration..::..Property, InteractionProcessAutomationLicenseType)
	Get

Collapse imageRemarks

Note
This setting only applies when LicenseActive is trueTruetruetrue (True in Visual Basic), and StationType is Workstation or RemoteStation.
Specifies what Interaction Process Automation license this station should have. These are the available types of Interaction Process Automation licenses:
  • None - The station does not have an Interaction Process Automation license.
  • DirectRoutedWorkItems - This license enables you to launch any process to which you have rights. It also enables you to receive Work Items that are directly routed to you.
  • GroupRoutedWorkItems - This license enables you to receive Work Items that are either routed to you directly or as a member of a workgroup (similar to an ACD queue).

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

Collapse imageSee Also