Difference between revisions of "Activity:GetObjectsByQuery (Activity)"
(→See also) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The GetObjectsByQueryActivity executes an existing {{UBIK}} [[Query|query]]. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Objects By Query | | title = Get Objects By Query | ||
Line 9: | Line 12: | ||
| version = 2.1.15+ | | version = 2.1.15+ | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ===Arguments=== | ||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 26: | Line 25: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
− | + | ||
This activity is used to evaluate {{UBIK}} queries during the execution of a workflow. | This activity is used to evaluate {{UBIK}} queries during the execution of a workflow. | ||
− | + | =Example= | |
Load the Query named ''AllPumps'', and evaluate it: | Load the Query named ''AllPumps'', and evaluate it: | ||
− | |||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
Line 42: | Line 39: | ||
.AllInstances("AllPumps")</source> | .AllInstances("AllPumps")</source> | ||
|} | |} | ||
+ | |||
+ | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | ||
==See also== | ==See also== | ||
Line 47: | Line 46: | ||
* [[Activity:GetObjectsByPropertyValue (Activity)]] | * [[Activity:GetObjectsByPropertyValue (Activity)]] | ||
− | + | [[Category:Activities]] |
Latest revision as of 09:59, 4 November 2015
The GetObjectsByQueryActivity executes an existing UBIK® Query.