Execute WLST Commands from a jython script file. Refer to FlexDeploy - Variables Guide for available variables.
...
Input Name | Input Code | Required | Description |
---|---|---|---|
WLST Script Folder |
| No | WLST sub-folder for Fusion Middleware. (e.g wlserver, oracle_common, soa, wcportal etc.) |
WLST Code Snippet |
| Yes | WLST script commands to execute. Return output using fdSetOutput({OUTPUT2}, {VALUE2}). |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation delegates the consume/produce artifacts decision to workflow developer. Check Consumes Artifacts
on workflow editor if this operation needs artifact files. Check Produces Artifacts
on workflow editor if this operation creates artifact files. There is a specific folder for artifacts which is available as variable FD_ARTIFACTS_DIR
.
...