Skelta Workflow.NET 2004 Help
Windows Active Directory Resource Handler Configuration

This section deals with the configuration of the Windows Active Directory Resource Handler in the WorkflowNET.Config.xml file. The different properties and the Active Directory path can be configured under the <XmlResourceHandler> tag.

  1. Configure the properties of the resources that will be exposed to Skelta Workflow.NET using the <Properties> tag. The different property types can be specified using the <Property> element described below:

    Note The name of the property in the XML file has to be the same as the field name in the view.

     <Properties>
      <Propertyname="" type="" purpose="" displayname="">
    </Properties>


    Attributes: The attributes for the <Property> tag are described here:
       name = The name (active directory attribute) of the property
       type = The type of the property value
       purpose = This attribute can take one of the following values — identifier, name, email, groupid, groupname
       displayname = The user friendly name to be displayed in the process designer
  2. Configure the Active Directory path for the resources using the <DirectoryPath> tag as shown in the example below. The datasource details that are to be provided are - provider name and datasource path.

     <DirectoryPath>LDAP://DC=domain</DirectoryPath>

A sample Windows Active Directory Resource Handler configuration in the Configuration XML file is shown below:





  Skelta - A BPM Workflow Software Company