call process from a link portlet

Hello, I wonder if it is possible to call from a portlet’s link to a process. Thanks

I’m not sure i understand the scenario. However, if you want to trigger a BPMS process from a link you could do the following:

  • Create an IS Flow Service that publishes a document to trigger the BPMS Process
  • Create the Web Service Connector in IS that invokes your new ‘publishing’ Flow Service
  • Create a CAF Web Service Client for your new Web Service Connector
  • Place an HTML Command link (async or sync) on your canvas
  • Have that link’s action property point to the new WebService Client’s Refresh method

Regards,
–mark