0 Replies Latest reply on Apr 1, 2008 2:44 AM by mr.sathya

    how to get the actorid of the starttask in home.jsp..JBPM-3.

    mr.sathya

      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