0
Not a bug

Not passing through parameters when calling a proc

Alex Hampel 11 years ago in Studio / Output updated by Gandalf 11 years ago 2

the input parameter I enter when debugging is not being passed through to the proc meaning a null value is being passed to the proc when calling it.


Even if I enter a default parameter value for the proc this still is not being passed to the proc?



Answer

Answer
Not a bug

If your Service is not returning any information, make sure you have got the right inputs and outputs specified, by clicking the  icon in the top right of the service.

Did you change the service in the editor at all?

Please delete the service from the workflow and drag it on again.

If this does not work, please screen shot the input / output mapping that is on the design surface.

I suspect there may be an issue with the service you have as it should have an icon and it doesn't.

Under review

Please see the comment below and respond.

Thanks

Under review

Hi Alex,


Is the DB service you are using one you have edited the Input or Output mapping on? There is a known issue that if you change the Input or Output mapping of a service you need to remove the old instance and drag on a new one. If you edit a service without doing this is can cause the behavior you are seeing.

Please try replacing your DB service call with a new instance from the explorer and see if you can pass data into your service then.


Thanks.

I've deleted it from the workflow and dragged it back on. Still the same.

Answer
Not a bug

If your Service is not returning any information, make sure you have got the right inputs and outputs specified, by clicking the  icon in the top right of the service.