Integration Testing With Temporal Using Nodejs/Js

Hi, I’m new to Temporal Workflow
I’m a QA engineer and I need to do an integration testing with Temporal to include it in my nodejs testing repo.

I just want to check/query if the workflow_id is created, then check/assert it’s status in each step
I don’t need to run the workflow/client…, which most of the tutorials display, just need to check the workflow and its status and check the timeout scenario etc

can anyone help in that please?

You can check its status with getHandle and then handle.describe() or handle.query():

thanks dude, i’ll check :+1: