Details
-
Story
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Currently, the task executor granularity is at the execution level - all tasks use the same executor (except for stub tasks, but that's a separate topic).
It should be made possible for users to define (possibly in the service-template, workflow, or both) which executor they'd like to execute a specific operation with.
For example, the execution plugin, which is built-in, can use the ThreadExecutor (in theory; it might actually run into concurrency issues since Fabric's environment is not thread-safe) even if operations that use custom plugins can't, and thereby increase performance etc.
Attachments
Issue Links
- blocks
-
ARIA-240 Workflow tasks
- Open