Hi,
My suggestion would be:
- create a polygon feature class with your sinks and use it in the Fillsink step as a Deranged Polygon layer
- after "Flow direction with Sinks" step you may get a raster that has other values than expected (1,2,4,8,16,32,64 and 128). The unexpected cell numbers will occure on the locations of sinks that are not correctly defined. In this case you must extend or reduce the size of the sink polygons on those locations.
- continue these steps untill you get a Flow direction grid with cell numbers 1,2,4,8,16,32,64,128 and 255, which is the cell value of the sink.
Hope this will help,
Matej