Skip to content

Invalid process status values from Api #122

@skaesdorf

Description

@skaesdorf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions