@ninja
The heading of this topic is highly misleading. As far as I know There is NO such thing as ServiceNow-WFA integration. Nothing is done at servicenow end to add any method etc..
I'll explain the theory behind this.
Suppose your lab support system provided 5 different types of service requests for which tickets can be raised on ServuceNow portal. For excuting those request tickets, you have 5 different WFA workflows wf01-05.
You must know that serviceNow provides rest API to view and manage request tickets. So now you can have another workflow which can do the following:
1. Call the REST API on service-now and read the ticket info and identify what type of workflow is required to execute this request. lets say wf01.
2. Now you know the workflow id, so this workflow can execute the WFA rest API to execute wf01 with the parameters obtained from step-1
That's all folks!
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.