I downloaded a sample flow from WM advantage site. When I run the ‘Main’ flow service there isn´t any error message on the Developer console, but in the logs I see:
[ISC.0050.0019V2] Copy failed: No source data available: to=/divideResult, from=/receivedDocument
My guess is that the package name is missing. to=packname/divideResult… Am I right?
Did you make sure that sample package loaded successfully??Also make sure that you are passing inputs as required by the flow for properly executing…Instead of running the flow directly, Just debug (F7) flow step by step and see where exactly it is failing you should find the rootcause…
This is normal. In map step, if some of the source values are missing in the runtime, the server log will put the entries to the server log file as long as your log level >= 4. The source values may not always be there in there in runtime, though you put a map link line there.