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
Use of start form doesn't look appropriate for your use case. Instead use User Input Task immediately after start node and make sure the RI data types are correct.
I did this. Now when the integration is called in Application 1, the user input task form is assigned as a task in Application 2. I want the user input task to open in Application 1 itself.
You can control and configure the task assignments from the Assignment tab and have the activity chaining to achieve the wizard like functionality.