Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
Use Condition in link conditions to evaluate the result of a decision condition expression.
The following figure shows a workflow with link conditions using Condition:
Condition Variable Example
The decision condition expression for the FileExist Decision task is $Check_for_file.Status = SUCCEEDED. The mapping includes two link conditions: $FileExists.Condition = False triggers the email task and $FileExists.Condition = True triggers the Command task, Process_the_File.
When you run the workflow, the Integration Service evaluates the link condition and returns the value based on the decision condition expression of the FileExists Decision task. The Integration Service triggers either the email task or the command task depending on the Check_for_File task outcome.