option to cancel/terminate the workflow | Adobe Higher Education
Skip to main content
Level 2
October 16, 2015
해결됨

option to cancel/terminate the workflow

  • October 16, 2015
  • 4 답변들
  • 1186 조회

Hi ,

I am working on requirement to provide option to author to cancel/terminate the workflow initiated by him at page level.
Could you please let me know how this can be achieved ?

Thanks,
Hari

이 주제는 답변이 닫혔습니다.
최고의 답변: Sham_HC

Add a button to sidekick[1]. Click of button invoke your service & in that service implement an logic to cancel the the workflow using workflow api shared earlier. 

[1]   http://aemfaq.blogspot.com/2013/04/adding-button-to-sidekick.html

4 답변

Level 2
October 16, 2015

Thanks a lot.

Sham_HC
Sham_HC답변
Level 10
October 16, 2015

Add a button to sidekick[1]. Click of button invoke your service & in that service implement an logic to cancel the the workflow using workflow api shared earlier. 

[1]   http://aemfaq.blogspot.com/2013/04/adding-button-to-sidekick.html

Level 2
October 16, 2015

Hi,

Thanks for your reply.

Basically requirement is to provide option to Author at page level(side kick) to cancel the submission of work flow.

Could you please let me know what is the best option to provide this feature to author ?

Thanks,

Hari 

Sham_HC
Level 10
October 16, 2015

You can use workflow api or jmx. An example for workflow api look at source code at [1].

[1]  http://helpx.adobe.com/experience-manager/kb/howtopurgewf.html

[2]   http://helpx.adobe.com/experience-manager/kb/workflow-monitor-via-jmx.html