Hello,
I have an external API: GET https://domain.com/api/employee/GetAll
I have created a process using REST API that get token, then get Employee. (START - FINISH)
GetAll - Retrieve the employees list. The HTTP verb for this method is GET.
When i run the process manually, it works. I have created a global cyclical action that starts my workflow (every day run), but it doesn't work:
Response Code:
Exceptions:
Error occurred : Cannot send a content-body with this verb-type.
System.Exception: Error occurred : Cannot send a content-body with this verb-type.
at WebCon.WorkFlow.BusinessLogic.Actions.Logic.Webservices.REST.ActionRunner.GetNotSerializedResponse(RestLogger log, Boolean expectContinue)
at WebCon.WorkFlow.BusinessLogic.Actions.Logic.Webservices.REST.InvokeRESTWebServiceAction.<FireActionAsync>d__5.MoveNext()
Do you have any ideas why it is happening?
Version 2023.1.2.68
Thanks.