You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to be able to use to engine to query active tasks based on their definition key not being present in a provided list of keys. As far as we can tell there is currently no method available for this. It would be great if some functionality could be added to the TaskQuery class for this case.
Functional Requirements
We need to be able to search tasks filtering out task definition keys that are present in a provided list.
Technical Requirements
Add a method to the TaskQuery class to query tasks filtering out task definition keys that are present in a provided list:
The request looks reasonable and makes sense to proceed with the review of this little feature.
I'll try to have a look at the end of this week if i have enough time.
If time is not enough, please be informed that the request will be processed.
Will try to keep you posted.
User Story (Required on creation)
We would like to be able to use to engine to query active tasks based on their definition key not being present in a provided list of keys. As far as we can tell there is currently no method available for this. It would be great if some functionality could be added to the
TaskQuery
class for this case.Functional Requirements
We need to be able to search tasks filtering out task definition keys that are present in a provided list.
Technical Requirements
Add a method to the
TaskQuery
class to query tasks filtering out task definition keys that are present in a provided list:Pull Requests
The text was updated successfully, but these errors were encountered: