cancel
Showing results for 
Search instead for 
Did you mean: 

Start GP Process by URL or from click of a button in IView ?

ashutosh_rastogi
Active Contributor
0 Kudos

Hello All,

I have created an IView through visual composer (Flash Compilation). And from the click of the button there i want to instantiate a process of Guided Procedure.

I have tried using the instantiation tab in the design time. But when i click the "Open Instantiate Applicaiton" , a new page is opened displaying the following Error

"The portal page builder required to execute this callable object is not available"

Regards,

Ashutosh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashutosh,

Please be aware of the restriction mentioned in the note 981517. You just need to open the process through the Runtime and not via the Design Time. The instantiation Tab is only meant for test/check purposes. The difference is that the runtime is using the portal navigation (display in place within the portal) in order to display iView.

Hope this helps.

Best regards,

David

ashutosh_rastogi
Active Contributor
0 Kudos

Hello David,

Thanks for your reply.

I am looking for a link by clicking on which i should be able to create a new instance of process. Is that Possible ?

Regards,

Ashutosh

Former Member
0 Kudos

Hi Ashutosh,

The link provided by GP covers only a special GP Use Case. You should rather implement your own WD Application/Servlet if you want to start a GP Process by using the public API.

Best regards,

David

ashutosh_rastogi
Active Contributor
0 Kudos

Hello David,

I am aware that this can be done through a web dynpro application. But how can this be done through a servlet ? Can you provide me link to the material that explains this ?

Regards,

Ashutosh

Answers (1)

Answers (1)

ashutosh_rastogi
Active Contributor
0 Kudos

Solved Problem