Skip to main content

Python Context

Description

This Activity creates Python Context so that the other Python-related activities can be executed as part of this Context.

Properties

Input

  • Python HomePython Installation directory or Virtual Environment directory path corresponding to the Python Version and Target Platform Selected. If not provided, Activity will take the installation directory from the registry based on Python Version and Target Platform selected.
  • Python Version – Version of Python installed. If it is Auto, it will take the latest version of Python installed on the machine.
  • Target Platform – Specifies the Python runtime platform.
  • Working Folder – Specify the working folder for executing scripts under the current Context.

Misc

  • DisplayName – Add a display name to your Activity.
  • Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.