cancel
Showing results for 
Search instead for 
Did you mean: 

choose-workflow.jsp

thomasberment
Champ in-the-making
Champ in-the-making
Hi, I just want to know if it possible to customize this jsp to display workflows in function of property ?

I think it's this part of code :

<h:panelGrid columns="1" styleClass="workflowSelection" rendered="#{WizardManager.bean.hasStartableWorkflows}">
<h:outputText value="#{msg.available_workflows}:"/>
<h:selectOneRadio id="selected-workflow" value="#{WizardManager.bean.selectedWorkflow}"
layout="pageDirection">
<f:selectItems value="#{WizardManager.bean.startableWorkflows}" />
</h:selectOneRadio>
</h:panelGrid>

But I don't find the solution, have you an idea ?
2 REPLIES 2

brian_robinson
Champ in-the-making
Champ in-the-making
It's possible to customize a JSP to do whatever you want.  I don't really understand what you mean by "display workflows in function of property".  Can you give an example?

-Brian

thomasberment
Champ in-the-making
Champ in-the-making
For example, if the document's property is "Work", a person can run the workflow "Review", else this workflow isn't display.

I want make this for three different workflow and  my property is a custom property.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.