Attributes |
Name | Required | Request-time | Type | Description |
bean | false | true | java.lang.Object | A bean associated with the workflow status component. |
id | false | true | java.lang.String | An ID for the component instance. |
modelClass | false | true | java.lang.Class | A class for the bean object. |
showInstanceTracker | false | true | boolean | Whether to enable instance tracker on click. The default value is false . |
showStatusLabel | 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. |