Tag Elements
|
Description
|
||||||
action
|
name - name for the new action for workflow pages.
|
||||||
component
|
name - Should be "workflowTask.pbo" which denotes it is a subject(pbo) component on workflow pages.
|
||||||
urlParams
|
Parameters to build the new table component.
• pboCompId – the id of the component of subject(pbo). The below table refers to the pboCompId for resulting objects and summary table.
• useTypeBased is true as both resulting object and summary table component are defined as TypeBased. For more information see, Configuring Workflow Task Detail Pages.
• changeableTableId – The table id for the new component. Example for table id is ”customTask.resultingItems”.
• changeableLabel= the resource bundle entry of title for the new table component. You need to add an entry in CustomRB
• enableAddToWorkspace = flag that needs to be passed for enabling add to workspace action on change tables.
|
||||||
includeFilter
|
• name - configurableTypeBaseFilter; You need to add entries to type based action filter properties if the component needs to be filtered by type. For more information see, Configuring Workflow Task Detail Pages
|