In PFI we triggered our flows by creating a record out to WFWK.1 Looking at the IPA Admin guide it shows a sample as shown below. But when I try a test flow, I can never get it to even create a work unit. I can trigger the service from within Landmark Server Scheduling and it works just fine. I even tried to take the URL string and paste in a browswer, but that gave an error that made no sense. Here is the string I used:
https://myserver/bpm/trig...=dev&workTitle=Test1
Can someone share an example of the syntax they use. I have calling from within a custom Design Studio Form.
To trigger a process flow on IPA using http(s), specify a URL in the following format:
http(s)://host:port/bpm/trigger?queryString
The queryString portion of the URL is a set of name/value pairs: name1=value1&name2=value2&name3=value3&...&nameN=valueN
Example 1: Simple, showing only required parametersInfor Process Automation Triggering Processes
http://ipa.example.com:80...Title=Trigger%20Test