jbarrez / activiti-spring-boot-webinar

13 stars 33 forks source link

can you explain how to use mutli processes #6

Open sendreams opened 8 years ago

sendreams commented 8 years ago

hi, if i have multiple processes, how can i write the code, in your example, you have three bean work tegother with one process. but if i have serveral processes, how can i set IntegrationFlow to appropriate process.

jbarrez commented 8 years ago

Not sure I'm following what you're after ... you'd simply add more beans to your project, and use them in the process definitions as you see fit. It's pretty much up to you to decide what beans you use when and where.