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)

Syntax

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

Remarks

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).

Version Information

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

See Also