Attributes |
Name | Required | Request-time | Type | Description |
bean | false | true | java.lang.Object | A bean associated with the workflow status component. |
helpMessage | false | true | java.lang.String | Text to display as a help tooltip on mouse over of the component's help icon. |
id | false | true | java.lang.String | An ID for the component instance. |
markupView | false | true | java.lang.String | No Description |
model | false | true | java.lang.Class | A class for the bean object. |
showHelpMessage | false | true | boolean | No Description |
showIcon | false | true | boolean | Whether to show the workflow status icon. The default value is true . |
showLabel | false | true | boolean | Whether to show the status label. The default value is true . |
status | false | true | java.lang.Integer | A workflow status. Possible values are 0 (Approved), 1 (Pending), 2 (Draft), 3 (Expired), 4 (Denied), 5 (Inactive), 6 (Incomplete), 7 (Scheduled), and 8 (In-Trash). Any other value defaults to status (Any). |
statusMessage | false | true | java.lang.String | A workflow status message that overrides the existing one. |
version | false | true | java.lang.String | A version for the workflow status that is displayed in a label next to the workflow status. |