Foros de discusión

How to By pass Assign to me in kaleo workflow

krishna jami, modificado hace 7 años.

How to By pass Assign to me in kaleo workflow

New Member Mensajes: 4 Fecha de incorporación: 30/09/15 Mensajes recientes
Hi

Any one having Idea about how to bypass assign to me step in kaleo workflow
thumbnail
Aravinth Kumar, modificado hace 7 años.

RE: How to By pass Assign to me in kaleo workflow

Regular Member Mensajes: 152 Fecha de incorporación: 26/06/13 Mensajes recientes
Hope you have seen this link. bypass assign to me
You can change assignment type to user instead of roles in your xml file and check once.
krishna jami, modificado hace 7 años.

RE: How to By pass Assign to me in kaleo workflow

New Member Mensajes: 4 Fecha de incorporación: 30/09/15 Mensajes recientes
"I dont want Assign to option" i want directly Accept or deliver the record.


In Workflow_tasks.jspf there is a condition
<%
String curParam = SearchContainer.DEFAULT_CUR_PARAM;

if (type.equals("assigned-to-me")) {
curParam = "cur1";
}
else if (type.equals("assigned-to-my-roles")) {
curParam = "cur2";
}
%>

It should bypass this and directly assign to role, so that any user assigned to that role directly Accept it