Share via


MSFT_SIPRgsWorkflowTemplateData (New)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This class defines settings for predefined workflow templates.

MSFT_SIPRgsWorkflowTemplateData

Important

The information provided here is for interfacing with this class. We do not support modifying the MSFT_SIPRgsWorkflowTemplateData settings (adding new templates, removing templates, or modifying existing templates or their referenced files).

This class does not support WMI events.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPRgsWorkflowTemplateData
{
  string[] AssociatedFiles;
  [key] string Backend;
  string Description;
  [key] string InstanceId;
  string Name;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPRgsWorkflowTemplateData class has the following properties.

  • AssociatedFiles
    Data type: string[]

    Access type: Read/Write

    Optional. An array of paths to files that are used to create templates. Typically this array stores paths to the following two files.

    File Extension

    Description

    .xoml

    Defines the workflow

    .rules

    Defines rules for branching inside the workflow

    The paths of these files are relative to the installation path of the RGS Configuration Tool Web Application program.

    The value of this property is not case-sensitive.

  • Backend
    Data type: [key] string

    Access type: Read-only

    Required: When accessing data from any role that belongs to a pool.

    This property identifies the instance of SQL Server that manages the back-end database for Office Communications Server.

    The value for this property depends on the topology of Office Communications Server.

    Topology

    Value

    Standard Edition

    (local)\rtc

    Enterprise Edition

    (consolidated or expanded configuration)

    computername\instancename

    or

    computername

    For Enterprise Edition, computername identifies either the FQDN or the NetBIOS name of the host computer for SQL Server and instancename identifies a named instance of SQL Server on the host computer. The value computername by itself specifies the default instance of SQL Server on the host computer.

  • Description
    Data type: string

    Access type: Read/Write

    Optional. A description of the template.

    The value of this property is not case-sensitive.

  • InstanceId
    Data type: [key] string

    Required. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    Required.

  • Name
    Data type: string

    Access type: Read/Write

    Required. The name of the template. This version of the Response Group Service includes the following named templates:

    • Basic Hunt Group

    • Enhanced Hunt Group

    • One-Level Interactive

    • Two-Level Interactive

    The value of this property is case-sensitive. The maximum length of the string is 256 characters.

Remarks

This class gets and sets information at the following level: SQL.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server and Application Host.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference