@soat/sdk 0.13.18 → 0.13.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +109 -341
- package/dist/index.d.mts +109 -341
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2062,7 +2062,7 @@ var Orchestrations = class {
|
|
|
2062
2062
|
/**
|
|
2063
2063
|
* Start an orchestration run
|
|
2064
2064
|
*
|
|
2065
|
-
* Creates
|
|
2065
|
+
* Creates a new run for the orchestration named by orchestration_id. By default the run executes durably in the background: the response returns immediately with status "running" and progress is observed via get-orchestration-run or run lifecycle webhook events (orchestration_runs.started/paused/completed/failed). Delay and poll waits are offloaded to a background scheduler and survive restarts. Pass wait=true to block until the run reaches a terminal or paused state (the legacy synchronous behaviour).
|
|
2066
2066
|
*/
|
|
2067
2067
|
static startOrchestrationRun(options) {
|
|
2068
2068
|
return (options.client ?? client).post({
|