Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1 Vastaa
2306 Näkymät

I have 2 modules a and b . In module b i have a workflow with 4 states : 1-2-3-4 .I want in module b ,user can use state 1 and 2 and in module a user can use state 3-4 in workflow in module b .Is it possible to do that .Please help me :)) Thanks .

Sorry for bad English :(

Avatar
Hylkää
Paras vastaus

By states do you mean transition or activity?  Anyway, you need to define the workflow in one module.  You can then define actvivities and transitions in the same module or different modules, as long as it uses the proper ID and the other modules depends on the first module.  Furthermore you can trigger the workflow (using button or in methods) in yet another different modules.  So, module dependency and proper use of XML IDs are key.

Avatar
Hylkää