You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/orchestrator/docs/orchestratorFormWidgets.md
+39-3Lines changed: 39 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,48 @@ Key Differentiators:
17
17
18
18
Implementation of the HTTP endpoints is out of the scope of this library, they are expected to be custom developed to match rules and data sources of target environment.
19
19
20
-
## Content
21
-
22
-
The frontend plugin provides implementation of `OrchestratorFormApi` (for `orchestratorFormApiRef`) to extend the Workflow execution form for custom provided `ui:widgets`.
-[List of widget properties](#list-of-widget-properties)
50
+
-[Specifics for templates in fetch:body, validate:body, fetch:headers or validate:headers](#specifics-for-templates-in-fetchbody-validatebody-fetchheaders-or-validateheaders)
51
+
-[Authentication](#authentication)
52
+
-[Backend Proxy](#backend-proxy)
53
+
-[Templating and Backstage API Exposed Parts](#templating-and-backstage-api-exposed-parts)
54
+
-[Example](#example)
55
+
-[Retrieving Data from Backstage Catalog](#retrieving-data-from-backstage-catalog)
56
+
-[Customization](#customization)
23
57
24
58
## Context
25
59
60
+
The frontend plugin provides implementation of `OrchestratorFormApi` (for `orchestratorFormApiRef`) to extend the Workflow execution form for custom provided `ui:widgets`.
61
+
26
62
The provided widgets enable forms to incorporate dynamically retrieved data.
27
63
28
64
This data can be fetched from external HTTP servers, the Backstage API, as well as from other form fields, with all evaluations performed in real time during use.
0 commit comments