In v3 of this package, the process status contained 3 values. queued, in_process and completed. In v4 the status enum matches the api reference which documents 5 states. queued, processing, completed, failed and cancelled. Sadly the api does not seem to return the documented values. When using the v4 client I still receive in_process when calling getProcess(). Obviously i am not able to parse this value in the GetProcessResponseStatus enum. Why is the api returning wrong values?
Regards
In v3 of this package, the process status contained 3 values.
queued, in_process and completed. In v4 the status enum matches the api reference which documents 5 states.queued, processing, completed, failed and cancelled. Sadly the api does not seem to return the documented values. When using the v4 client I still receivein_processwhen callinggetProcess(). Obviously i am not able to parse this value in theGetProcessResponseStatusenum. Why is the api returning wrong values?Regards