Fórum

How to find out userIds of users Passed thorough a workflow

thumbnail
krishna mohan mathakala, modificado 9 Anos atrás.

How to find out userIds of users Passed thorough a workflow

Junior Member Postagens: 68 Data de Entrada: 08/09/12 Postagens Recentes
Hi I am using kaleo workflow and Liferay version 6.2.
How to find out userIds of users Passed thorough a workflow .
What tables are effected when a transaction takes place in workflow
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: How to find out userIds of users Passed thorough a workflow

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
What are you asking about here? Like who initiated the document? (that's part of the workflowContext that's available to your script code). Or is it who did what with an asset going through the workflow? Are you talking about the separate workflow plugins and how they deal w/ assets?

There's no real "userids of users" passed through a workflow. A workflow applied to users gets invoked on each user, not a group. And only a single user can do something to start a workflow on an asset, so there's no real users.