client.command(['state-enter', thisSubscription.watchWithFolder, thisSubscription.stateName], (stateEnterError, resp2) => {
        if (stateEnterError) {
          console.error(stateEnterError);
        }
        console.debug('#### state-enter, command', resp2.root);