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

子ページ

0 添付ファイル
67670 参照数
平均 (2 投票)
平均評価は2.0星中の5です。
コメント
コメント 作成者 日時
"And it can be implemented in more entities,... Michael A Ikhane 2010/09/28 9:03
http://www.liferay.com/documentation/liferay-po... Oleg Yurii Derid 2011/02/27 7:30
please explain how we can add jbpm 5 in... hosein bitaraf 2011/09/18 22:24
Hello All.... I am using liferay version 6.1.1... Pradip A Bhatt 2013/06/25 5:01
Hi Pradeep, you can add custom statuses to... Jayaram pokuri 2013/08/26 2:03
Its ok... I want to know that how can I use... Pradip A Bhatt 2013/10/15 5:29
How do we use Kaleo workflow for Web Contents ? Rajeev K 2013/07/19 2:06

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

How can this be done?
投稿日時:10/09/28 9:03
http://www.liferay.com/documentation/liferay-portal/6.0/administration/-/ai/work­flow-with-kaleo
Michael A Ikhaneへのコメント。投稿日時:11/02/27 7:30
please explain how we can add jbpm 5 in liferay.
the document in jbpm is very poor.
投稿日時:11/09/18 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
投稿日時:13/06/25 5:01
How do we use Kaleo workflow for Web Contents ?
投稿日時:13/07/19 2: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.
Pradip A Bhattへのコメント。投稿日時:13/08/26 2:03
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
Jayaram pokuruiへのコメント。投稿日時:13/10/15 5:29