0

I use ALfresco 5.2 community edition and I need to start a custom workflow directly from the document details page, though a custom button/action.

I've already searched the web and Stackoverflow community, the nearest thing I've found is this but I can't figure it out.

I would like to use the default page for the workflow http://localhost:8080/share/page/site/my-site/start-workflow with the dropdown already selected.

How can I do that?

Fjordo
  • 768
  • 3
  • 18
  • 40

2 Answers2

0

I made this customization, like you thought, with a custom button/action. I create a js method that redirect to "start-workflow" page, similar to base method on actions.js. Then i customize start-workflow.js taking my definition and work is done. I hope it helps.

0

You can create custom action like Start X Workflow and write backend custom action java logic to start workflow.

Sanjay
  • 2,481
  • 1
  • 13
  • 28