Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
workflow = await client.update_workflow_folder( "wpid_abc123", folder_id="folder_456", )
const workflow = await skyvern.updateWorkflowFolder("wpid_abc123", { folder_id: "folder_456", });
workflow_permanent_id
str
folder_id
None
null
request_options
RequestOptions
Workflow
from skyvern.client.core import RequestOptions request_options=RequestOptions( timeout_in_seconds=120, max_retries=3, additional_headers={"x-custom-header": "value"}, )
// Pass as second argument to any method { timeoutInSeconds: 120, maxRetries: 3, headers: { "x-custom-header": "value" }, }
timeout_in_seconds
timeoutInSeconds
int
number
max_retries
maxRetries
additional_headers
headers
dict
Record<string, string>
additional_query_parameters
additional_body_parameters
abortSignal
AbortSignal
apiKey
string
Was this page helpful?