Description:
Currently, getInstancesByBusinessKey only supports filtering workflow instances by business key, which limits the ability to filter by other parameters.
Proposed Change:
Transform getInstancesByBusinessKey into a more general getInstances method that allows filtering and ordering by all available fields:
- id
- definitionId
- definitionVersion
- startedAt
- completedAt
- startedBy
- subject
- businessKey
Motivation:
Users need to filter workflow instances by criteria other than business key, e.g. filtering by creation date (startedAt). The current method does not support this.
Related: #104
Description:
Currently, getInstancesByBusinessKey only supports filtering workflow instances by business key, which limits the ability to filter by other parameters.
Proposed Change:
Transform getInstancesByBusinessKey into a more general getInstances method that allows filtering and ordering by all available fields:
Motivation:
Users need to filter workflow instances by criteria other than business key, e.g. filtering by creation date (startedAt). The current method does not support this.
Related: #104