AlteryxEngine API Methods
Use the AlteryxEngine API methods to interact with workflows. For example, you can change the configuration of the engine before running a workflow, run a workflow, or query the currently installed version of Alteryx.
Methods
The collection of AlteryxEngine API methods is shown below:
Method | Description | Documentation |
---|---|---|
AlteryxAllowDesktopInteraction | Used to tellAlteryxwhether or not to display dialog boxes and choices to the user. Default: false. | |
AlteryxGetUserSettingsPath | Returns the path of the current user's settings file. | |
AlteryxGetVersion | Returns the currently installed version of Alteryx as a string. | |
AlteryxRunModule | Used to run a workflow in the same process and memory space as the calling application to increase performance over using AlteryxRunModule_Pipe. | |
AlteryxRunModule_Pipe | Used to run a workflow in a separate process and memory space from the calling application. | |
AlteryxRunModule2 | Used to run a workflow in the same process and memory space as the calling application to increase performance over AlteryxRunModule_Pipe2. | |
AlteryxRunModule_Pipe2 | Used to run a workflow in a separate process and memory space from the calling application. | |
AlteryxRunWizard | Used to run a wizard in the same process and memory space as the calling application to increase performance over using AlteryxRunWizard_Pipe. | |
AlteryxRunWizard_Pipe | Used to run a wizard in a separate process and memory space from the calling application. |