Beispiel #1
0
        public string Start(string identification)
        {
            WorkflowDesignService workflowDesignService = new WorkflowDesignService();
            WorkflowStructure     structure             = workflowDesignService.GetWorkflowStructure(identification);

            return(context.Start(structure.STRUCTUREXML));
        }