I need to save the contents of my process variable to the attributes I created in my BDM, how can I do this?
Link para o arquivo .bos: https://drive.google.com/file/d/0B8aMiLwwVY0nNGtHcXVRVDdaQ0U/view?usp=sharing
I need to save the contents of my process variable to the attributes I created in my BDM, how can I do this?
Link para o arquivo .bos: https://drive.google.com/file/d/0B8aMiLwwVY0nNGtHcXVRVDdaQ0U/view?usp=sharing
In code do this
myBDM.setAttribute() = processVariable;
Regards
Seán
Olá romualdo.s.rs!
Você deve utilizar as operações (Operations) que são listadas na aba Execution (Execução) em cada tarefa do seu processo.
Aí funciona como uma operação normal de programação em Java:
objeto.setAtributo(variável), porém da maneira do Bonita:
![Operations][Operations]
[Operations]: https://drive.google.com/file/d/0B052TUUroJVCT3RMRUhMWXZvakk/view?usp=sharing
Abraços!
Marcos Vinícius Pinto
Thanks for the return, so how did you indicate I can do in an output connector with a Groovy script? And another thing, my process variable is List type, can I do it the same way you indicated?