// 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(); }