Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Execute a Jython script. This operation differs from executeCode by executing the code snippet for every file in the package.

Include Page
Generic Package-based operations hint
Generic Package-based operations hint

This operation has the same support for inputs and outputs available to it as the executeCode operation. In addition it has the following variables available with information about a particular file.

...

Property Name

Property Code

Required

Description

Stop On Deployment Error

FDJYTHON_STOP_ON_DEPLOYMENT_ERROR

No

Stop deploying package files if any error occurs. If unchecked all files will be deployed even if one or more files fails. This is for package operations only.

Inputs

Input Name

Input Code

Required

Description

Code Snippet

FDJYTHON_INP_CODE_SNIPPET

Yes

Code snippet to run.

Classpath

FDJYTHON_INP_CLASS_PATH

No

Additional classpath(s) to use java libraries. Classpaths can be separated by semicolons or colons. Classpath entries may contain a wildcard (*).

Artifacts

This operation delegates the consume/produce artifacts decision to the workflow developer.

...