Package org.activiti.spring.integration

Examples of org.activiti.spring.integration.ActivitiInboundGateway


        return new IntegrationActivityBehavior(activitiInboundGateway);
    }

    @Bean
    ActivitiInboundGateway inboundGateway(ProcessEngine processEngine) {
        return new ActivitiInboundGateway(processEngine, "customerId", "projectId");
    }
View Full Code Here


            return new IntegrationActivityBehavior(activitiInboundGateway);
        }

        @Bean
        public ActivitiInboundGateway inboundGateway(ProcessEngine processEngine) {
            return new ActivitiInboundGateway(processEngine, "customerId", "projectId", "orderId");
        }
View Full Code Here

TOP

Related Classes of org.activiti.spring.integration.ActivitiInboundGateway

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.