Reference: Custom Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step ID
| id
| Specifies the unique ID of the custom step within the
assembly. |
Input
| input
| Specifies where the custom step obtains data as
input. There are 5 possible values:
|
Output
| output
| Specifies where the custom step directs the
output. There are 5 possible values:
|
Method Name
| method-name
| The name of the Java method within your custom Java class. |
Spring Bean
| ref
| The custom Spring bean Java class implemented by the custom
step. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the custom 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 custom
step executes. |