Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

<pyFromImport>

Specifies optional Python from / import statements.

Syntax

<pyFromImport>
from math import cos 
</pyFromImport> 

An optional list of Python from / import statements, one per line. Use this so that Python code within this business process can refer to these modules.

FeedbackOpens in a new tab