Files
luos/workflow/engine
Erik Amaru Ortiz 03288704bc Load Designer JS data update
In javascript section of main file that load Designer UI
for 'var credentials' now we're sending the access token and refresh token, instead access code, and client credentials.

This is just because currently a lot of access tokens were being created for each process design is open, and while it is being open is sending two request, the first one to exchange an access code by an access token,..

Now, whith this change, while a process design is open we will made just one request to some resource with access token in the header,.. exchange access code by an access token is not needed any more.

NOTE.- the access token passed to the front-end can be expired at first time,.. so we need that the exchange an access token by a refresh token handling is working well.
2014-06-16 18:05:04 -04:00
..
2014-06-16 18:05:04 -04:00
2014-06-05 16:48:38 -04:00
2014-06-05 16:56:16 -04:00