Skip to content

FunctionInvokeOptions

Options for invoking a function.

Folder context is required: pass one of folderId, folderKey, or folderPath, or initialize the SDK with a folder context.

Extends

Properties

Property Type Description
expand? string -
folderId? number Numeric folder ID.
folderKey? string Folder key (GUID-formatted string).
folderPath? string Slash-delimited folder path, e.g. 'Shared/Finance'.
jobKey? string Key (GUID) of the parent job to attribute this invocation to. Sent as the X-UIPATH-JobKey header; the platform records it as the created job's parentJobKey so the run inherits the parent job's context and licensing transaction. Must be a job key in GUID format — other values are ignored by the platform.
select? string -