I have a WEB API that starts a process with a start form and writes data to the record using the 'Write Records' smart service. When i test the WEB API, I get the following error.
The Write Record configuration looks like this.
Discussion posts and replies are publicly visible
Can you also show the properties of the pv!record variable in process properties?
the process model works fine. But when i use it in web api it gives the above error
You mentioned that you used a startForm. To me, it sounds confusing as it only makes sense when someone manually triggers that process from the Appian. What was the reason behind it?
I want to call this process model from another application to create a new employee record. i want the start form interface to appear upon calling the integration.
How about you open this interface, fill in all the details and then pass the data to the integration? Also, to communicate between two apps, you don't need integrations. You can do it via process models only. If the trigger point is outside Appian, then you can use integrations but only for sending the data. Showing interface won't work because of obvious reasons.
Oh Ok. You mean i can call a process model in one app into another using the rule! is it?
How do i call the PM if it is in a different environment?