cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hello community,

I am currently exploring the objects in Business Application Studio and some questions arose which I do not know if I have searched in the correct way.

The questions are:

how can I execute a flowchart from a hdbprocedure?

and in a hdbprocedure can another procedure be executed?

Example, I have FG_PRUEBA.hdbflowgraph and I need to activate it when I run the procedure SP_FGEXECU.hdb

or create a schedule for the flowgraph

Thank you for your answers

Bests regards

View Entire Topic
detakeo
Participant

Create a Hana scheduler with the task that you have created(flow graphs or any tasks).

CALL "<package_name>::<flowgraph_name>_SP"

You can also do it using REST APIs.