Class WorkflowConfig

    • Constructor Detail

      • WorkflowConfig

        public WorkflowConfig()
    • Method Detail

      • processEngineConfiguration

        @Bean
        public org.activiti.spring.SpringProcessEngineConfiguration processEngineConfiguration()
      • processEngine

        @Bean
        public org.activiti.spring.ProcessEngineFactoryBean processEngine()
      • activitiRepositoryService

        @Bean
        public org.activiti.engine.RepositoryService activitiRepositoryService()
                                                                        throws Exception
        Throws:
        Exception
      • activitiRuntimeService

        @Bean
        public org.activiti.engine.RuntimeService activitiRuntimeService()
                                                                  throws Exception
        Throws:
        Exception
      • activitiTaskService

        @Bean
        public org.activiti.engine.TaskService activitiTaskService()
                                                            throws Exception
        Throws:
        Exception
      • activitiHistoryService

        @Bean
        public org.activiti.engine.HistoryService activitiHistoryService()
                                                                  throws Exception
        Throws:
        Exception
      • activitiManagementService

        @Bean
        public org.activiti.engine.ManagementService activitiManagementService()
                                                                        throws Exception
        Throws:
        Exception