Custom Inbox Tab

Hi,

I usually, when creating a human based task, don

Here is what you can try to do is to move task details page to be under OOTB My Inbox page. This way it will inherit access privilege permissions from My Inbox page and you don’t worry about access privileges on the custom task pages and may just well not grant them to hide.

To accomplish it you need to modify in your application /WEB-INF/tasks//taskDetails.xml file and change top level element which defines where page is deployed:

I found an easier way. Open the WebContent/WEB-INF/tasks//taskDefinition.xml file.

Change the isTaskFolder boolean from true to false in the line that looks like this:


	<CONTEXT alias="webm.apps.workflow">
		<folder name="Service Delay" description="" alias="BF21B6F4-8954-CEC6-4057-571C9AF1FF66.task.app" isTaskFolder="false"/>
    </CONTEXT>

I’ve added this and other tidbits I’ve found to http://webmethodssag.blogspot.com/.

Hopefully it is helpful!