Operations

An operation is any action Fluent Search can perform as part of a Task chain. Operations run sequentially along the connections in the Task graph, passing variables from one to the next.

This page is an index of all available operation types, organized by category.


Web

  • HTTP Action — Send an HTTP request (GET/POST/PUT/PATCH/DELETE)
  • Open URL — Open a URL in the default browser
  • Get web image — Download an image from a URL (auto-attaches to results)

File

Processes

  • Switch Process — Bring a process/window to the foreground
  • Invoke UI Element — Find and interact with UI elements inside a running app
  • Get context — Get the folder path or URL of the focused application
  • Set context — Set the folder path or URL of the focused application

Inputs

  • Press keys combo — Send a keyboard shortcut to the active window
  • Type text — Type text into the active window via clipboard paste

Scripting

  • C# Script — Run a C# snippet with access to all variables
  • PS Script — Run a PowerShell script
  • Parse JSON — Parse JSON text into a dynamic object for property access

Sound

Misc