| Attributes |
| Name | Required | Request-time | Type | Description |
| action | true | true | java.lang.String | The name of the action to include in the wizard parent tag. |
| type | true | true | java.lang.String | The type of the action to include in the wizard parent tag. |
| objectHandle | false | true | java.lang.String | The object handle to identify which object this step corresponds to. Only required if the wizard needs to create multiple objects. By default no object handle is needed. |
| label | false | true | java.lang.String | The label for the step. Note: Actions should already have labels. Only set this attribute if you want to override the action's label. |
| embeddedHelp | false | true | java.lang.String | A small optional text help to be displayed on top of the wizard step. |