case 'CREATED':
      // CREATED should only be emitted from creating step
      if (state.step !== 'creating') {
        return state;
      }