Python and C# script resources
- Last UpdatedJun 12, 2026
- 1 minute read
Python and C# script resources are very similar to file resources in that they are also downloaded to flow runtimes when referenced. Flow manager does not validate the content.
Python and C# script resources are intended for use in the PythonBridge and the Csharp modules, respectively.
These modules find the resources in a predefined location. For example, if a Python resource is uploaded with a local filename and path of ‘mylib.py’, it can be used in the PythonBridge module with a standard import mylib statement.