It would be easy if we can have Binary output parameter for Automatic activity. Instead of storing binary output in DB and retrieving it from DB in Decision to check outcome, which is causing unnecessary DB call.
Hi Amit,
Think about how OutSystems would implement this, where do yo hink now the basic type output parameters are stored? In a table. So if you request a binary to be supported, what will happen? It will e stored and retrieved from a table. Nothing else you now have to do. There will not a a call less to the database. Agree you would no longer need to create the logic yourself. But if you request this to safe a database call, then I don't think that will happen, what if after the automatic activity you have a human activity or a wait, where will the binary 'stay'?
Regards,
Daniel