(SequentialWorkflowActivity)OnEvent -> context.CloseActivity()
Hellow, everybody.
I have the follow activity:
publicpartialclassWorkflowActivity :SequentialWorkflowActivity,IActivityEventListener<ActivityExecutionStatusChangedEventArgs>{..}
I'veRegistered For Status Change of some child-activities, but when the last activity had been closed, i've got the event (even if i haven't registered for it's status change). How can i recognize, that it is the last activity (haven't active childs) and i should callcontext.CloseActivity();
TIA,
Nikolay

