RassvetOriginal post
Rank 1: Thread
Hi all,
I'm creating a token server and I want the token to be returned at the end of execution.
Document states the execution needs to be synchronous for the getExecution to return a responseBody that is not empty.
So, I turned async off in the createExecution method but the returned data when getExecution is called still has an empty responseBody.
Not sure what went wrong
Summary
The user was creating a token server and wanted the token to be returned at the end of execution. They set the createExecution method to be synchronous, as per the documentation, but the returned data when calling getExecution still had an empty responseBody.