UI: Open Run History (link)

ui_open_history · action · Utility · Available · v1.0.0

Description

Generate canonical deep-link URLs to the Run History view of the FlowForge editor — ready to embed in notifications and reports so a click lands directly on the filtered run list of the right workflow.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
workflowId
Workflow ID (opzionale)
expressionnoDefault: workflow corrente (context.workflowId). Specifica un altro workflowId per link cross-workflow.
statusFilter
Filtro stato
enum
allsuccesserrorrunning
noallPre-filtra il run history su uno specifico stato.
dateFrom
Data da (ISO o expression)
expressionno
{{$today}}
Filtro temporale lower bound. Formato ISO 8601 (es. 2026-06-05) o expression FlowForge.
dateTo
Data a (ISO o expression)
expressionnoFiltro temporale upper bound.
searchQuery
Query search (opzionale)
expressionno
error_code:TIMEOUT
Free-text filter applicato sul run history.
baseUrl
Base URL (opzionale)
stringno
https://mio-tenant.app.automazionezeli.com
Default: usa FLOWFORGE_PUBLIC_BASE_URL del container tenant. Override per email che vanno fuori dominio.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • url
  • workflowId
  • filters

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-ui_open_history-1",
  "defId": "ui_open_history",
  "label": "UI: Open Run History (link)",
  "config": {
    "statusFilter": "all"
  }
}

🔗 Related nodes in the same category

Ready to use UI: Open Run History (link)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes