[jboss-user] [JBoss jBPM] - how to get the actorid of the starttask in home.jsp..JBPM-3.
mr.sathya
do-not-reply at jboss.com
Tue Apr 1 02:44:31 EDT 2008
Hi All...
In my requirement i want to display the start task actorid in my home.jsp..
could u pls provide me the code for that...
| <h:dataTable value="#{homeBean.latestProcessDefinitions}" var="processDefinition" headerClass="tableheader" columnClasses="tablecell">
| <h:column>
| <f:facet name="header">
| <h:outputText value="Start Process Link" />
| </f:facet>
| <h:commandLink action="#{homeBean.startProcessInstance}">
| <f:param name="processDefinitionId" value="#{processDefinition.id}"/>
| <h:outputText value="#{processDefinition.taskMgmtDefinition.startTask.name}" />
| </h:commandLink>
| </h:column>
| <h:column>
| <f:facet name="header">
| <h:outputText value="Process" />
| </f:facet>
| <h:outputText value="#{processDefinition.name}" />
| </h:column>
| <h:column>
|
| <f:facet name="header">
| <h:outputText value="Task Owner" />
| </f:facet>
| <h:outputText value="????????????" />
| </h:column>
| </h:dataTable>
|
help me the with proper expression which gives starttask owner in"???????"
or provide me guidelines what i have 2 do....
thanks in advance..
Regards,
sathya
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140337#4140337
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140337
More information about the jboss-user
mailing list