-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Add support for external tasks in bpm-assert as suggested in the PR and the Holisticon fork
Methods that should be covered by this first version:
- assertThat(ExternalTask) to validate ExternalTasks with assertions for topicName and activityId
- externalTask chaining-methods for ProcessInstanceAssert to find ExternalTask of an instance (analogously to Task)
- convenience methods for finding an ExternalTask by query and process instance (analogously to Task)
- convenience methods for completing an ExternalTask with and without additional variables (including the fetchAndLock transparently) - they have to check to having fetchAndLocked the correct external task regarding to its id (there could be multiple active external tasks with the same topic)
- convenience method to fetchAndLock with topic, worker and maxResults returning the list of LockedExternalTask
- convenience methods for completing a LockedExternalTask with and without additional variables
This is the controller panel for Smart Panels app
- is duplicated by
-
CAM-9805 I can use assertions and utilities for external tasks
- Closed