@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.mjs
CHANGED
|
@@ -2061,7 +2061,7 @@ var Orchestrations = class {
|
|
|
2061
2061
|
/**
|
|
2062
2062
|
* Start an orchestration run
|
|
2063
2063
|
*
|
|
2064
|
-
* Creates
|
|
2064
|
+
* 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).
|
|
2065
2065
|
*/
|
|
2066
2066
|
static startOrchestrationRun(options) {
|
|
2067
2067
|
return (options.client ?? client).post({
|