Ejemplo n.º 1
0
        protected virtual ProcessSchema CreateCaseRuleInStageEventsProcessSchema()
        {
            var schema = new CaseRuleInStageEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }