この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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.
表示
返信
いいね!の合計
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?
表示
返信
いいね!の合計
Out of the box -- no -- you have to extend AEM using the APIs.
表示
返信
いいね!の合計