cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extract Signal Queries into Document or PDF in SAP Signavio

shravanr
Explorer
0 Likes
240

Hello There,

Good Day!!

Is there any way to extract all the Signal queries(all widgets Signals)  into a Word Document or Excel. Just like in Process Manager we do as Reporting->Process documentation (word) or Process documentation (PDF).

Thanks in Advance.

Shravan R.

 

 

Accepted Solutions (0)

Answers (1)

Answers (1)

Samuel_Gosling_Product_at_SAP
Product and Topic Expert
Product and Topic Expert

Hello, this is not something that is supported directly within the product no.

It is possible to "export" a dashboard as a JSON file though, and then find the queries used inside the dashboard directly in the json file. This could be done manually with a text editor, or automated with a short python script for example that extracts the query info from the json file.

Best, Sam.