can we give due transition from one automatic activity to other automatic
874529Nov 22 2012 — edited Nov 23 2012Hi,
In my screen flow i have three automatic activities. In first automatic activity am getting details from DB. am checking some conditions like
if (ticketstatus == "IN-PROGRESS"){
here am calculating some data
}
else if(ticketStatus== "ORDERSPLACED") {
here am give some time interval to wait like "2m" after it has to go to second flow.
}