WorkFlows
Mermaid Flow →
Create diagrams visually!
-
Default Flows →
Explore the Default Flows.
-
ServiceNow Flows →
Explore the ServiceNow Flows.
-
Standard Flows →
Explore the Standard Flows.
Mermaid Syntax
Can ServiceNow Integrate
Decision tree for ServiceNow integration options
graph TD
classDef default line-height:1.5,text-align:left;
InitSN[Initiated by Servicenow]
InitOut[Initiated by Outside System]
AppExposesAPIs{Does the App
expose APIs} AppRunsSupportedDB{Does the app run
a supported DB?} AppExportToFile{Can the App
export to a
file?} AppWSCalls{Can the App
make Web
Service calls?} AppEmail{Can the App
Email out?} AppODBCDataSource{Can the App
connect to a
ODBC Data
Source?} UseDataSource[Use a Data Source] UseJDBCDataSource[Use JDBC Data Source] UseOutboundWS[Use Outbound Webservices] UseInboundActions[Use Inbound Actions] UseStandardSNWS[Use Standard Servicenow APIs] UseOBDCConnector[Use ODBC Connector] No1[No we cannot integrate] No2[No we cannot integrate] InitSN -- Creating Data-->AppExposesAPIs InitSN -- Pulling Data -->AppRunsSupportedDB AppRunsSupportedDB-- No -->AppExportToFile AppRunsSupportedDB-- Yes -->UseJDBCDataSource AppExportToFile -- No -->AppExposesAPIs AppExportToFile -- Yes -->UseDataSource AppExposesAPIs -- No -->No1 AppExposesAPIs -- Yes -->UseOutboundWS InitOut -- Creating Data-->AppEmail InitOut -- Pulling Data -->AppWSCalls AppEmail -- No -->AppWSCalls AppEmail -- Yes -->UseInboundActions AppWSCalls -- No -->AppODBCDataSource AppWSCalls -- Yes -->UseStandardSNWS AppODBCDataSource -- No -->No2 AppODBCDataSource -- Yes -->UseOBDCConnector
expose APIs} AppRunsSupportedDB{Does the app run
a supported DB?} AppExportToFile{Can the App
export to a
file?} AppWSCalls{Can the App
make Web
Service calls?} AppEmail{Can the App
Email out?} AppODBCDataSource{Can the App
connect to a
ODBC Data
Source?} UseDataSource[Use a Data Source] UseJDBCDataSource[Use JDBC Data Source] UseOutboundWS[Use Outbound Webservices] UseInboundActions[Use Inbound Actions] UseStandardSNWS[Use Standard Servicenow APIs] UseOBDCConnector[Use ODBC Connector] No1[No we cannot integrate] No2[No we cannot integrate] InitSN -- Creating Data-->AppExposesAPIs InitSN -- Pulling Data -->AppRunsSupportedDB AppRunsSupportedDB-- No -->AppExportToFile AppRunsSupportedDB-- Yes -->UseJDBCDataSource AppExportToFile -- No -->AppExposesAPIs AppExportToFile -- Yes -->UseDataSource AppExposesAPIs -- No -->No1 AppExposesAPIs -- Yes -->UseOutboundWS InitOut -- Creating Data-->AppEmail InitOut -- Pulling Data -->AppWSCalls AppEmail -- No -->AppWSCalls AppEmail -- Yes -->UseInboundActions AppWSCalls -- No -->AppODBCDataSource AppWSCalls -- Yes -->UseStandardSNWS AppODBCDataSource -- No -->No2 AppODBCDataSource -- Yes -->UseOBDCConnector