Skelta Workflow.NET 2004 Help
About Resource Handlers

Skelta Workflow.NET 2004 uses resource handlers to query the resources, and extract the properties. The resource handler can get information from any source like database, active directory, LDAP etc. The resource handler should inherit the IResource abstract class. A resource handler should implement the QueryResource () and the GetResource () methods, and initialize and populate the ResourceProperties field.

Skelta Workflow.NET 2004 provides three implementations of the resource handler.

  1. The Database Resource Handler that can be used for all the applications that get the resource information from the database.
  2. The Active Directory Resource Handler that can be used for all the applications that use Windows Active Directory.
  3. The LDAP Resource Handler that can be used for all the applications that use LDAP for resource information. It can be used with any of the Active Directory service providers including LDAP.




 Skelta - A BPM Workflow Software Company