留言板

Kaleo workflow status

pawan chauhan,修改在11 年前。

Kaleo workflow status

Junior Member 帖子: 75 加入日期: 12-10-8 最近的帖子
Hi all,
I have implemented one level workflow using kaleo, it is working fine but i have one doubt..
When i add a new entry the status is 1 which goes to 0 when approved.
What should be the status after rejecting??
what does status=2 corresponds to ..

Please Reply,
Thanks and Regards,
Pawan Chauhan.
thumbnail
Subhash Pavuskar,修改在11 年前。

RE: Kaleo workflow status

Regular Member 帖子: 234 加入日期: 12-3-13 最近的帖子
Hi,

As per my knowledge the status code is never set to "2" unless the appropriate user rejects the entire task. The single approver workflow simply transitions the asset back to the content creator for editing. Thus the task is still pending and not really rejected. Sorry If a am wrong.
thumbnail
Juan Gonzalez,修改在11 年前。

RE: Kaleo workflow status

Liferay Legend 帖子: 3089 加入日期: 08-10-28 最近的帖子
Guess status should be 4 (DENIED).

Here you have possible values:

https://github.com/liferay/liferay-portal/blob/6.1.x/portal-service/src/com/liferay/portal/kernel/workflow/WorkflowConstants.java#L76
pawan chauhan,修改在11 年前。

RE: Kaleo workflow status

Junior Member 帖子: 75 加入日期: 12-10-8 最近的帖子
thanks for the reply .. Got it now emoticon
Miguel Ramos,修改在9 年前。

RE: Kaleo workflow status

New Member 帖子: 18 加入日期: 14-2-12 最近的帖子
Good everyone,

I need to ask about the status of the job , to take a decision in this regard , ie , if it has been rejected has been " denied" , but if not, has the status " pending" and in this case we have to approve it.

In what way I can know the current status of the task? , I've tried using the Packages.com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil.getWorkflowStatusManager () service, but returns an object of type WorkflowStatusManager and I get not get the state.

Thanks very much in advance.
Miguel Ramos,修改在9 年前。

RE: Kaleo workflow status

New Member 帖子: 18 加入日期: 14-2-12 最近的帖子
Good everyone,

Can help me to get the status of a workflow, please?.

Thanks very much in advance.