| Author |
'Variable_1': 'out' parameter must be definitely assigned
|
|
|
| I'm trying to pass a simple string orchestration variable to another
orchestration but when i build my project I get:
'Variable_1': 'out' parameter must be definitely assigned
| |
|
|
You need to define the message you want as output from the called
orchestration or you can call the orchestration byref.
If you want another string out, define a new (orchestration parameters *at
the top of your orchestration view -not a regular message) output parameter
as a string and make sure you assign your message to that value.
Also, make sure you are using the correct type of orchestration (call or
start)
BA
"pez" <pez@discussions.microsoft.com> wrote in message
news:45D57742-7B97-46FA-8E0C-6B114000D3B9@microsoft.com...
> I'm trying to pass a simple string orchestration variable to another
> orchestration but when i build my project I get:
>
> 'Variable_1': 'out' parameter must be definitely assigned
>
| |
| Scott Colestock 2005-08-25, 6:02 pm |
| You might very well have a code path in the called orchestration that
doesn't result in "Variable_1" being assigned.
Scott Colestock
www.traceofthought.net
"pez" <pez@discussions.microsoft.com> wrote in message
news:45D57742-7B97-46FA-8E0C-6B114000D3B9@microsoft.com...
> I'm trying to pass a simple string orchestration variable to another
> orchestration but when i build my project I get:
>
> 'Variable_1': 'out' parameter must be definitely assigned
>
|
|
|
|