この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hello all,
I have a requirement in which we need approval from administrators , if any author "deletes" (clicks on delete option) any dam asset from damadmin the request should go to admin/groups for approval.Then if the request is approved the dam asset should be deleted otherwise it should not be.
Kindly provide pointers on how to achieve this.
We tried this using Launcher, but the asset is already deleted by the time the workflow is started and then there is no path found exception .
Thanks,
Preeti
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hi Preeti,
You can implement similar use case by referring the below HELPX article:
Hope this helps!!
Thanks,
Ratna Kumar.
Hi Preeti,
You can implement similar use case by referring the below HELPX article:
Hope this helps!!
Thanks,
Ratna Kumar.
Hi Preeti,
Addition to Ratna's answer. You can implement this by doing below:
1. Hide Delete button from toolbar
2. Create delete Asset Workflow with Approval Reject Steps as suggested by Ratna. In this workflow add Process step to deactivate and delete assets in approval route after approval step.
Thanks
Arun
表示
返信
いいね!の合計
Hi Ratna,
Thanks for the quick help. Yes this article will help us in getting the approval and rejection from the admin.(2nd step of workflow)
But the issue we are facing right now is in the first step itself when we are clicking on delete button for the dam assets.
The workflow is not getting triggered at all instead it is deleting the asset from there and in the inbox we are getting the message as
"The resource used to start this instance does not exist" . as we are using the Launcher on eventype "delete" for nodes of type nt:file.
So kindly let us know how do we trigger the custom workflow on click of delete option.
表示
返信
いいね!の合計
You need to add a new button here and call the workflow. Should be no differrent from the example in the article - which is invoked from a web page.
表示
返信
いいね!の合計