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
- Result: `{ "result": <json result object>, "returnCode": 0|1 }`
154
+
- Runs the action at project scope (all env-runners of the ER's own project). WM enforces `OrchestrationPolicy.max_recursion_depth` before dispatching.
155
+
156
+
- `finecode/runActionInWorkspace`
157
+
- Params:
158
+
- `actionSource` (string): import path of the action class
- Fans out the action across the specified projects (or all projects that declare it). WM enforces `OrchestrationPolicy.max_project_fanout` before dispatching.
0 commit comments