Attributes |
Name | Required | Request-time | Type | Description |
bean | false | true | java.lang.Object | Sets the bean associated with the workflow status component. |
helpMessage | false | true | java.lang.String | Sets text to display as a help tooltip on mouse over of the component's help icon. |
id | false | true | java.lang.String | Identifies the component instance. |
model | false | true | java.lang.Class | Sets the class for the bean object. |
showIcon | false | true | boolean | Sets whether to show the workflow status icon. The default value is true . |
showLabel | false | true | boolean | Sets whether to show the status label. The default value is true . |
status | false | true | java.lang.Integer | Sets the 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 | Sets the worflow status message, overriding the existing one. |
version | false | true | java.lang.String | Sets the version for the workflow status and displays the version in a label next to the workflow status. |