Hi, I started playing with Hands-on labs provided on MSDN, reached lab03
(Hosting the Windows Workflow - Part 2 - Using the default SQL Services) in
which we have code that needs the InstanceId as follows :
GetInstanceTrac kingEvents(work flowInstance.In stanceId)
I understood, once we build and run we shoud get 5 messages logged in the
console for the events (Created, started, suspended...... ....) which is not
the case.
I started to investigate and debug and noticed that InstanceId is "Empty"
and the loop to display the events is not entered .
So how come there is no instanceId which should be created as I understood
from documentation.
Thanks
(Hosting the Windows Workflow - Part 2 - Using the default SQL Services) in
which we have code that needs the InstanceId as follows :
GetInstanceTrac kingEvents(work flowInstance.In stanceId)
I understood, once we build and run we shoud get 5 messages logged in the
console for the events (Created, started, suspended...... ....) which is not
the case.
I started to investigate and debug and noticed that InstanceId is "Empty"
and the loop to display the events is not entered .
So how come there is no instanceId which should be created as I understood
from documentation.
Thanks
Comment