copy_execution_script#
- ProjectApi.copy_execution_script(template)#
Copy the execution script from task definition template to the current project.
- Return type:
- Parameters:
- template
TaskDefinitionTemplate
The task definition template containing the execution script to copy.
- template
- Returns:
File
File resource of the copied execution script.
- Example:
>>> file = project_api.copy_execution_script(template)