LocalComputeSearchResult¶
Purpose¶
After performing a search operation based on a given predicate within a specified time limit (timeout), return the result.
Type¶
Reception:
Records with fields:
Predicate
: PredicateV1
Predicate describing the search operation
Timeout
: TimeoutV1
Time limit after which the search operation will be terminated (if still running)
Triggers
Behavior¶
After performing the search operation, return the computation results.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Compute Engine: LocalComputeSearch
Local Compute Engine -->>- Any Local Engine: LocalComputeSearchResult
%% --8<-- [end:sequence]