Analyzing Your Custom Application Code

To analyze the custom Application code, see how the WorkflowService and AdminService objects are created.

Usually, WorkFlow Service and Admin Service are created at a common place inside a common method and called to all other places in the application.

The methods that create the WorkFlow Service and Admin Service must be implemented using IWFWorkflowService and IWFAdminService interfaces.