Add a helper to get Workflow status via only one command like: ```php Helper::getWorkflowStatus($workflowId) // status::completed/pending/cancelled/terminated... ```