Esteban Aliverti [
https://community.jboss.org/people/eaa] created the discussion
"Re: How to execute Service Task One by One"
To view the discussion, visit:
https://community.jboss.org/message/745629#745629
--------------------------------------------------------------
I'm not sure in what you mean by "One by One", but if your question is how
you get some result from the first task so you can make a decision in your gateway the
answer is to have a process variable (you already have 'loginStatus' variable) and
then assign the output of the first task into the process variable. Then, in the flows
coming out of your gateway you can write something like: "return loginStatus ==
true;".
Hope it helps.
Best Regards,
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/745629#745629]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]