Workflow

According to Wikipedia, "A workflow consists of a sequence of connected steps. It is a depiction of a sequence of operations, declared as work of a person, a group of persons, an organization of staff, or one or more simple or complex mechanisms"

The workflow system in Liferay 6 allows the users to create and publish content in a step by step way.

Liferay 6 provides a workflow integration mechanism that allows the portal to be integrated with workflow engines like JBPM (the de-facto java standard for workflows), and provides a custom developed workflow engine for those who doesn't want to install one: this is the Kaleo Workflow Engine.

The workflow is applied out-of-the-box to the following Liferay entities:

  1. Wiki Page
  2. Web Content
  3. Document Library Document
  4. Blogs Entry
  5. Comments
  6. Message Boards Message

And it can be implemented in more entities, even custom developed entities.

There are four portlets related to the workflow that allows the users manage this system.

Worflow related portlets:

  1. My Submissions
  2. My Workflow Tasks
  3. Workflow Configuration
  4. Workflow Portlet

Untergeordnete Seiten

0 Anhänge
67653 Angesehen
Durchschnitt (2 Stimmen)
Die durchschnittliche Bewertung ist 2.0 von max. 5 Sternen.
Kommentare
Antworten im Thread Autor Datum
"And it can be implemented in more entities,... Michael A Ikhane 28. September 2010 09:03
http://www.liferay.com/documentation/liferay-po... Oleg Yurii Derid 27. Februar 2011 07:30
please explain how we can add jbpm 5 in... hosein bitaraf 18. September 2011 22:24
Hello All.... I am using liferay version 6.1.1... Pradip A Bhatt 25. Juni 2013 05:01
Hi Pradeep, you can add custom statuses to... Jayaram pokuri 26. August 2013 02:03
Its ok... I want to know that how can I use... Pradip A Bhatt 15. Oktober 2013 05:29
How do we use Kaleo workflow for Web Contents ? Rajeev K 19. Juli 2013 02:06

"And it can be implemented in more entities, even custom developed entities."

How can this be done?
Gepostet am 28.09.10 09:03.
http://www.liferay.com/documentation/liferay-portal/6.0/administration/-/ai/work­flow-with-kaleo
Gepostet am 27.02.11 07:30 als Antwort auf Michael A Ikhane.
please explain how we can add jbpm 5 in liferay.
the document in jbpm is very poor.
Gepostet am 18.09.11 22:24.
Hello All....

I am using liferay version 6.1.1 CA GA2. I installed and used Kaleo workflow in liferay.
Kaleo provides just accept - reject states.

Now my requirement is like that i have to provide three state
1) Accept
2) Reject
3) Revise or Resubmit

So.. What i have to do??
Many friends suggests me to use JBPM.. I am very new in liferay.. I have no idea that what is JBPM.. but yes... if some one can direct me properly then i can do further.


Please Help me regarding this..
Thankssssssssssss in Advanceeeeeeeeeeee,,,,,,,,,,,

Pradip Bhatt
Gepostet am 25.06.13 05:01.
How do we use Kaleo workflow for Web Contents ?
Gepostet am 19.07.13 02:06.
Hi Pradeep, you can add custom statuses to kalep workflow.
1.Just apply ext on WorkflowConstatns.java file and add custom status there.
public static final int STATUS_REVISE=11;
public static final String LABEL_REVISE="revise";
2. update the code in toStatus() and toLabel() methods.
3. just access the custom status in workflow to update.
4. you again need to update the label name Language.properties file.
5. now you can see the custom status in table that updated to value 11.
Gepostet am 26.08.13 02:03 als Antwort auf Pradip A Bhatt.
Its ok... I want to know that how can I use this same workflow mechanism for my jsp - form in short custom entity.

e.g. When user make changes in jsp file then Admin will notified about his changes..

Waiting for ur reply
Gepostet am 15.10.13 05:29 als Antwort auf Jayaram pokurui.