Skip to content

feat: add rql query creators for workflowable entities

Frank Bessou requested to merge topic/default/workflow-rql-queries into branch/default

This adds three workflow related rql query creators. They return a bound rql query (a tuple [query, vars]) directly usable with transactionV2. The result extraction is left to the user but is documented for each query. We could add a wrapper doing the query and extraction later but I don't know which form it could take.

Close #3 (closed)

Edited by Guillaume Vandevelde

Merge request reports