Hello everybody,
please, advise, where I can find detailed description how Connectors in work and how it could be used?
All that I could find it is that “Connectors in” load data from external source when task start. But how I can use this data after?
what I want in general:
I need load data from External source, if users want to change some data they select it and suggest new value, if user’s manager approve suggested value new value downloaded to external source.
On Output operations tab of Connector in configuration wizard is notice: If the response Content-Type is JSON compatible, use the ‘bodyAsObject’ output…'.
But when I try to choose this output there are message “Incompatible types between bodyAsObject and its expression” for all operators.
How bodyAsObject can be used in this case?
I solved this issue. I put output of connector to string and in form create JavaScript type variable. In this variable I transform string value to JSON.
After that I will able to display it in table widget.
What I can discovered. Connect in is runned when task initiated. Results returned by connector can by saved to variable.
I was able to save results of a REST request (JSON) to text variable. But when I tried save it to business data, error type mismatch occured.
Do somebody can advise how take table with data from connector and use this data in process?
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.