cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to start a Data Intelligence graph from another graph ?

marcus_schiffer
Active Participant

Hi,

is it possible to start a Data Intelligence graph from another graph ? Such as that depending on the outcome of some operator either one graph starts or another ?

Is it possible in python ? Or does one operator exist that starts a graph or pipeline ?

That might be very helpful.

Any info on this is highly appreciated.

Regards

Marcus

christian86
Explorer

Hi Marcus,

yes, it it possible. There is an operator called "pipeline" that should deliver what you have described.

Best,
Christian

Accepted Solutions (1)

Accepted Solutions (1)

michal_majer
Active Participant
0 Kudos

It's possible to call subgraph and pass parameters using JavaScript operator.

https://help.sap.com/docs/SAP_DATA_INTELLIGENCE/97fce0b6d93e490fadec7e7021e9016e/ad5efc3a42cd4795821...

Answers (2)

Answers (2)

crisnormand
Active Participant

Hello, just to complete Christian's answer, here is the link to the documentation:

https://help.sap.com/viewer/1c1341f6911f4da5a35b191b40b426c8/LATEST/en-US/69bbcf990caa4439b24515dd02...

Regards,

Cris

marcus_schiffer
Active Participant
0 Kudos

Hi Cris,

found that operator. But in the documentation it says:

Additional Info:

  • This operator reacts only on special signals and is intended to be used only in graphs that use solely operators from the “Data Workflows” category.

so I wonder if I can use it in other graphs. Also it would be useful to receive output from the pipeline operator to be proceeded to the calling graph. I found no way of doing this.

Thanks for any hint.

Regards

Marcus

thomasweckerbasf
Explorer
0 Kudos

When calling another pipeline with parameters, how to pass those parameters using the pipeline operator?