I am using IICS to run a taskflow containing two mapping tasks.
The data source is set as a parameter and is assigned in an assignment inside the taskflow. In the assignment I set the source of both mapping tasks equal to an input parameter created in the Start object.
I then attempt to test using the taskflow "Run Using" option. The taskflow errors stating that "Operation failed: Object(s) [abc.txt] not found"
.
I am trying to figure out why the process can't see the file. Inside of the mapping tasks when I set up the source I am able to select it without issue.