copy_execution_script#

ProjectApi.copy_execution_script(template)#

Copy the execution script from task definition template to the current project.

Return type:

File

Parameters:
templateTaskDefinitionTemplate

The task definition template containing the execution script to copy.

Returns:
File

File resource of the copied execution script.

Example:
>>> file = project_api.copy_execution_script(template)