@output.ai/cli 0.5.6-dev.pr193.c8803e6 → 0.5.6
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.
|
@@ -150,6 +150,8 @@ export type PostWorkflowRunBody = {
|
|
|
150
150
|
workflowId?: string;
|
|
151
151
|
/** The name of the task queue to send the workflow to */
|
|
152
152
|
taskQueue?: string;
|
|
153
|
+
/** (Optional) The max time to wait for the execution, defaults to 30s */
|
|
154
|
+
timeout?: number;
|
|
153
155
|
};
|
|
154
156
|
export type PostWorkflowRun200 = {
|
|
155
157
|
/** The workflow execution id */
|