예제 #1
0
        // the Workflow demos are dependent on a Workflow SBO that must be available from the global registry
        // the global registry must be referenced in the dfc.properties used by DFS
        private static void RunWorkflowServiceDemos()
        {
            TWorkflowServiceDemo demoRunner = new TWorkflowServiceDemo();

            demoRunner.TestGetProcessInfo();
            demoRunner.TestGetProcessTemplates();
        }
예제 #2
0
 // the Workflow demos are dependent on a Workflow SBO that must be available from the global registry
 // the global registry must be referenced in the dfc.properties used by DFS
 private static void RunWorkflowServiceDemos()
 {
     TWorkflowServiceDemo demoRunner = new TWorkflowServiceDemo();
     demoRunner.TestGetProcessInfo();
     demoRunner.TestGetProcessTemplates();
 }