servicenow integration with SAP-Signavio

Arun_Manoj
Mega Sage

Hi ,

 

Anybody please help me , how to integrate servicenow integration with SAP-Signavio .

1 ACCEPTED SOLUTION

Doing some googling I found the below 

https://community.sap.com/t5/technology-q-a/signavio-and-servicenow-integration/qaq-p/12481836 

 

I would suggest following the ServiceNow developer course for how to set up a spoke here:

https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/servicenow_application_develop... 

This isnt signavio specific but would be the same example.

View solution in original post

4 REPLIES 4

Connor Levien
ServiceNow Employee
ServiceNow Employee

@Arun_Manoj you will have to go look at the SAP Signavio API documentation and look at which APIs/Rest messages get the data you need. Generally, customers pull their processes from Signavio into the Business process table in ServiceNow so they can map it to applications, services, risks, and controls

 

Once you understand the data you need from Signavio you would then create a spoke in ServiceNow for it.

https://www.servicenow.com/docs/bundle/yokohama-build-workflows/page/administer/flow-designer/concep...

If Signavia provides and OpenApi documentation you can have ServiceNow automatically create the spoke for you.

 

Then you will need to build a scheduled job to pull the data from Signavio at a defined interval to update any of the changes made in Signavio, this is called a delta file and would include only the changes since the last time the integration was run.

 

Hi @Connor Levien ,

 

Could you please share more detials, It will be more useful

Doing some googling I found the below 

https://community.sap.com/t5/technology-q-a/signavio-and-servicenow-integration/qaq-p/12481836 

 

I would suggest following the ServiceNow developer course for how to set up a spoke here:

https://developer.servicenow.com/dev.do#!/learn/learning-plans/xanadu/servicenow_application_develop... 

This isnt signavio specific but would be the same example.

@Connor Levien , Thanks alot 🙏 for your valuable response.