Skip to main content

get_target

Method
This is a method of the RoutingConditionProtocol class in the conditions module.
Get the target tasks/steps based on condition evaluation. # Arguments * context - Dictionary containing variables for evaluation. # Returns List of target task/step names to route to. Returns empty list if no match found.

Signature

def get_target(&self, context: &HashMap<String, serde_json::Value>) -> Vec<String>

Parameters

context
&HashMap<String
required
No description available.
serde_json
:Value>
required
No description available.

Returns

Returns
Vec<String>
The result of the operation.