takenet / blip-sdk-csharp

The C# SDK for the blip.ai bot platform
https://blip.ai
Apache License 2.0
32 stars 41 forks source link

Allow conversation in subflow after onboarding block #171

Closed fadoaglauss closed 1 year ago

fadoaglauss commented 1 year ago

This PR fixes a bug that existed when going to process the actions of a subflow block and that subflow was after the onboarding block. In this case, when processing a tracking action, it generated an error because the state-id came with a null value.