client-python icon indicating copy to clipboard operation
client-python copied to clipboard

Enable workflow status management in client python

Open romain-filigran opened this issue 7 months ago • 0 comments

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

romain-filigran avatar Jul 29 '25 09:07 romain-filigran