client-python
client-python copied to clipboard
Enable workflow status management in client python
Problem to Solve
There's a growing need for managing workflow statuses directly from the Python client, especially for connectors. Users should be able to retrieve a status ID using its name.
Current Workaround
Manipulate workflow Identifier directly
Proposed Solution
- Provide a method to list all defined statuses for a given entity
- Provide a method to retrieve a status ID using its name