Hi everyone,
I wanted to know if anyone has dealt with Bonita engine API on the server. I have a process that works on localhost, but when I transfer it to the server it seems like the process is not passing variables that are used with Bonita engine API - apiAccessor.identityAPI to be exact. I saw somewhere in the documentation that there might be a file that needs to be re-configured from localhost to server address for the engine API once the application is on a server. Would anyone be able to help with this? Thanks in advance.
To be more specific:
I am using it in a connector out from my human task with groovy script (for more detail) and my script is sending a request using HTTP to another server which is not a bonita server. The variables I'm trying to pass in the message are my tokenValue & authenticationUsername.
I will paste the lines of code. This request works when I run the process locally talking to the external server, however, when I transfer this process to a Bonita portal on my test server trying to communicate to the external server - the tokenValue & authenticationUsername are transferred in the message as null.