Continue an existing Lucidic session
continueSession
function allows you to resume a previously created session, enabling you to add more steps and events to an existing workflow.
Session
object.
Error | Cause | Solution |
---|---|---|
”SDK not initialized” | init() not called | Call lai.init() first |
”Session not found” | Invalid session ID | Verify session ID exists |
”Session already finished” | Session was ended | Create a new session |