Reference: JavaScript Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step ID
| id
| The unique ID of the javascript step within the
assembly. |
Input
| input
| Specifies where the javascript step obtains data
as input. There are 5 possible values:
|
Output
| output
| Specifies where the javascript mediation step
directs the output. There are 5 possible values:
|
Function
| function
| A filename containing a JavaScript function, which must be located in the ws/WSAR-INF
directory of your project. Specify a value for either the
Function or Script
property, but not both. You can’t deploy a
javascript step with both values
configured. |
Script
| script
| A filename containing a JavaScript script, which must be located in the ws/WSAR-INF
directory of your project. Specify a value for either the
Function or Script
property, but not both. You can’t deploy a
javascript step with both values
configured. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the javascript step that displays in the
consolidated log. You can use this feature to describe the step's function
and the data on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the
javascript step executes. |