コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

How to see who launched the workflow in CQ5.5?

Avatar

Level 3

Is there a way how assignee of the particular workflow participant's step can see who actually launched the workflow, i.e. assigned that step to him?

1 受け入れられたソリューション

Avatar

正解者
Level 10

Use the AEM Workflow API:

https://dev.day.com/docs/en/cq/current/javadoc/com/adobe/granite/workflow/exec/Workflow.html

To learn how to work with the Workflow API -- see this communty article. It talks about how to invoke a workflow with the APIs. However - it will point you in the right direction:

http://helpx.adobe.com/experience-manager/using/invoking-experience-manager-workflows-using.html

Hope this helps. 

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 10

Use the AEM Workflow API:

https://dev.day.com/docs/en/cq/current/javadoc/com/adobe/granite/workflow/exec/Workflow.html

To learn how to work with the Workflow API -- see this communty article. It talks about how to invoke a workflow with the APIs. However - it will point you in the right direction:

http://helpx.adobe.com/experience-manager/using/invoking-experience-manager-workflows-using.html

Hope this helps. 

Avatar

Level 3

I meant if there is a way how the Author or Content manager - those who actually shall act on some workflow steps (activate/deactivate or approve content) - can see who filed a request for them, or in AEM terminology: who started workflow in teh context of the specific content. I know how to access this info as a developer but I'm wondering if there is something in the admin interface where our users can obtain such information?

Avatar

Level 10

Out of the box -- no -- you have to extend AEM using the APIs.